#236399

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

Shades of Endeavour #236399

Tints of Endeavour #236399

Color information

#236399 (or 0x236399) is unknown color: approx Endeavour. HEX triplet: 23, 63 and 99. RGB value is (35,99,153). Sum of RGB (Red+Green+Blue) = 35+99+153=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #236399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236399 is #DC9C66. Grayscale: #555555. Windows color (decimal): -14457959 or 10052387. OLE color: 10052387.

HSL color Cylindrical-coordinate representation of color #236399: hue angle of 207.46º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236399 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3599153-
CMYK0.770.3500.4
HSL207.46º62.77%36.86%-
HSV(B)207.46º77.12%60%-
XYZ10.911.5831.8-
YUV86.02165.891.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.20%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=12.20%
G=34.49%
B=53.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal35991530.770.3500.4207.4662.7736.86
Hex2363994D23028cf3f25
Octal43143231115430503177745
Binary1000111100011100110011001101100011010100011001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236399; }

 p { color: rgb(35,99,153); }

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

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

 a { background-color: rgb(35,99,153); }

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

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

 span { border-color: rgb(35,99,153); }

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