Html Css Color HEX #236199 Endeavour

📋 copy color: '#236199'

red 35 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #236199

Tints of Endeavour #236199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 12.28%
G = 34.04%
B = 53.68%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#236199 (or 0x236199) is known color: Endeavour. HEX triplet: 23, 61 and 99. RGB value is (35,97,153). Sum of RGB (Red+Green+Blue) = 35+97+153=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #236199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236199 is #DC9E66. Grayscale: #545454. Windows color (decimal): -14458471 or 10051875. OLE color: 10051875.

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

Color convert

RGB 35 97 153 -
CMYK 0.77 0.37 0 0.4
HSL 208.47º 0.63% 0.37% -
HSV(B) 208.47º 0.77% 0.6% -
XYZ 10.72 11.21 31.74 -
YUV 84.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 35 97 153 0.77 0.37 0 0.4 208.47 0.63 0.37
Hex 23 61 99 4D 25 0 28 D0 3F 25
Octal 43 141 231 115 45 0 50 320 77 45
Binary 100011 1100001 10011001 1001101 100101 0 101000 11010000 111111 100101

Color Harmonies of #236199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236199

Black with #236199

Text Example


Text Example

White with #236199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236199; }

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

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

background-color css

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

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

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

border-color css

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

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

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