#235C9C

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

Shades of Endeavour #235C9C

Tints of Endeavour #235C9C

Color information

#235C9C (or 0x235C9C) is unknown color: approx Endeavour. HEX triplet: 23, 5C and 9C. RGB value is (35,92,156). Sum of RGB (Red+Green+Blue) = 35+92+156=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #235C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235C9C is #DCA363. Grayscale: #515151. Windows color (decimal): -14459748 or 10247203. OLE color: 10247203.

HSL color Cylindrical-coordinate representation of color #235C9C: hue angle of 211.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 #235C9C is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3592156-
CMYK0.780.4100.39
HSL211.74º63.35%37.45%-
HSV(B)211.74º77.56%61.18%-
XYZ10.5210.4132.91-
YUV82.25169.6294.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.37%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=12.37%
G=32.51%
B=55.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35921560.780.4100.39211.7463.3537.45
Hex235C9C4E29027d43f25
Octal43134234116510473247745
Binary1000111011100100111001001110101001010011111010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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