Html Css Color HEX #236397 Endeavour

📋 copy color: '#236397'

red 35 ◦ green 99 ◦ blue 151

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

Shades of Endeavour #236397

Tints of Endeavour #236397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 12.28%
G = 34.74%
B = 52.98%

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

#236397 (or 0x236397) is known color: Endeavour. HEX triplet: 23, 63 and 97. RGB value is (35,99,151). Sum of RGB (Red+Green+Blue) = 35+99+151=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #236397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236397 is #DC9C68. Grayscale: #555555. Windows color (decimal): -14457961 or 9921315. OLE color: 9921315.

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

Color convert

RGB 35 99 151 -
CMYK 0.77 0.34 0 0.41
HSL 206.9º 0.62% 0.36% -
HSV(B) 206.9º 0.77% 0.59% -
XYZ 10.74 11.52 30.93 -
YUV 85.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 35 99 151 0.77 0.34 0 0.41 206.9 0.62 0.36
Hex 23 63 97 4D 22 0 29 CF 3E 24
Octal 43 143 227 115 42 0 51 317 76 44
Binary 100011 1100011 10010111 1001101 100010 0 101001 11001111 111110 100100

Color Harmonies of #236397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236397

Black with #236397

Text Example


Text Example

White with #236397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236397; }

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

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

background-color css

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

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

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

border-color css

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

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

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