#235E9C

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

Shades of Endeavour #235E9C

Tints of Endeavour #235E9C

Color information

#235E9C (or 0x235E9C) is unknown color: approx Endeavour. HEX triplet: 23, 5E and 9C. RGB value is (35,94,156). Sum of RGB (Red+Green+Blue) = 35+94+156=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #235E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235E9C is #DCA163. Grayscale: #535353. Windows color (decimal): -14459236 or 10247715. OLE color: 10247715.

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

Color convert

RGB3594156-
CMYK0.780.4000.39
HSL210.74º63.35%37.45%-
HSV(B)210.74º77.56%61.18%-
XYZ10.710.7632.97-
YUV83.43168.9593.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.28%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=12.28%
G=32.98%
B=54.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35941560.780.4000.39210.7463.3537.45
Hex235E9C4E28027d33f25
Octal43136234116500473237745
Binary1000111011110100111001001110101000010011111010011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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