Html Css Color HEX #236497 Endeavour

📋 copy color: '#236497'

red 35 ◦ green 100 ◦ blue 151

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

Shades of Endeavour #236497

Tints of Endeavour #236497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 12.24%
G = 34.97%
B = 52.8%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#236497 (or 0x236497) is known color: Endeavour. HEX triplet: 23, 64 and 97. RGB value is (35,100,151). Sum of RGB (Red+Green+Blue) = 35+100+151=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #236497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236497 is #DC9B68. Grayscale: #565656. Windows color (decimal): -14457705 or 9921571. OLE color: 9921571.

HSL color Cylindrical-coordinate representation of color #236497: hue angle of 206.38º 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 #236497 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 100 151 -
CMYK 0.77 0.34 0 0.41
HSL 206.38º 0.62% 0.36% -
HSV(B) 206.38º 0.77% 0.59% -
XYZ 10.84 11.71 30.97 -
YUV 86.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 35 100 151 0.77 0.34 0 0.41 206.38 0.62 0.36
Hex 23 64 97 4D 22 0 29 CE 3E 24
Octal 43 144 227 115 42 0 51 316 76 44
Binary 100011 1100100 10010111 1001101 100010 0 101001 11001110 111110 100100

Color Harmonies of #236497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236497

Black with #236497

Text Example


Text Example

White with #236497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236497; }

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

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

background-color css

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

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

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

border-color css

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

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

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