#255A94

Color #255A94 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #255A94

Tints of Endeavour #255A94

Color information

#255A94 (or 0x255A94) is unknown color: approx Endeavour. HEX triplet: 25, 5A and 94. RGB value is (37,90,148). Sum of RGB (Red+Green+Blue) = 37+90+148=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #255A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A94 is #DAA56B. Grayscale: #505050. Windows color (decimal): -14329196 or 9722405. OLE color: 9722405.

HSL color Cylindrical-coordinate representation of color #255A94: hue angle of 211.35º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255A94 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3790148-
CMYK0.750.3900.42
HSL211.35º60%36.27%-
HSV(B)211.35º75%58.04%-
XYZ9.769.8429.4-
YUV80.76165.9496.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=13.45%
G=32.73%
B=53.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37901480.750.3900.42211.356036.27
Hex255A944B2702Ad33c24
Octal45132224113470523237444
Binary1001011011010100101001001011100111010101011010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255A94; }

 p { color: rgb(37,90,148); }

 H1.HeaderClassName
 {
   color: #255A94;
 }
 .AnyTagClassName
 {
   color: #255A94;
 }
</style>
background-color css

<style>
 a { background-color: #255A94; }

 a { background-color: rgb(37,90,148); }

 div.DivClassName
 {
   background-color: #255A94;
 }
 .BgClassName
 {
   background-color: #255A94;
 }
</style>
border-color css

<style>
 span { border-color: #255A94; }

 span { border-color: rgb(37,90,148); }

 td.TdClassName
 {
   border-color: #255A94;
 }
 .TagClassName
 {
   border-color: #255A94;
 }
</style>