Html Css Color HEX #236496 Endeavour

📋 copy color: '#236496'

red 35 ◦ green 100 ◦ blue 150

#236496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #236496

Tints of Endeavour #236496

RGB

 RED value IS 35 (14.06% from 255) = 12.28%

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 12.28%
G = 35.09%
B = 52.63%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#236496 (or 0x236496) is known color: Endeavour. HEX triplet: 23, 64 and 96. RGB value is (35,100,150). Sum of RGB (Red+Green+Blue) = 35+100+150=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #236496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236496 is #DC9B69. Grayscale: #565656. Windows color (decimal): -14457706 or 9856035. OLE color: 9856035.

HSL color Cylindrical-coordinate representation of color #236496: hue angle of 206.09º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236496 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 100 150 -
CMYK 0.77 0.33 0 0.41
HSL 206.09º 0.62% 0.36% -
HSV(B) 206.09º 0.77% 0.59% -
XYZ 10.76 11.67 30.54 -
YUV 86.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 35 100 150 0.77 0.33 0 0.41 206.09 0.62 0.36
Hex 23 64 96 4D 21 0 29 CE 3E 24
Octal 43 144 226 115 41 0 51 316 76 44
Binary 100011 1100100 10010110 1001101 100001 0 101001 11001110 111110 100100

Color Harmonies of #236496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236496

Black with #236496

Text Example


Text Example

White with #236496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236496; }

 p { color: rgb(35,100,150); }

 H1.HeaderClassName
 {
   color: #236496;
 }
 .AnyTagClassName
 {
   color: #236496;
 }
</style>

background-color css

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

 a { background-color: rgb(35,100,150); }

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

border-color css

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

 span { border-color: rgb(35,100,150); }

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