#255E9C

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

Shades of Endeavour #255E9C

Tints of Endeavour #255E9C

Color information

#255E9C (or 0x255E9C) is unknown color: approx Endeavour. HEX triplet: 25, 5E and 9C. RGB value is (37,94,156). Sum of RGB (Red+Green+Blue) = 37+94+156=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #255E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E9C is #DAA163. Grayscale: #535353. Windows color (decimal): -14328164 or 10247717. OLE color: 10247717.

HSL color Cylindrical-coordinate representation of color #255E9C: hue angle of 211.26º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255E9C is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3794156-
CMYK0.760.4000.39
HSL211.26º61.66%37.84%-
HSV(B)211.26º76.28%61.18%-
XYZ10.7710.832.97-
YUV84.02168.6294.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=12.89%
G=32.75%
B=54.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal37941560.760.4000.39211.2661.6637.84
Hex255E9C4C28027d33e26
Octal45136234114500473237646
Binary1001011011110100111001001100101000010011111010011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,94,156); }

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

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

 a { background-color: rgb(37,94,156); }

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

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

 span { border-color: rgb(37,94,156); }

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