Html Css Color HEX #236291 Endeavour

📋 copy color: '#236291'

red 35 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #236291

Tints of Endeavour #236291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 12.59%
G = 35.25%
B = 52.16%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#236291 (or 0x236291) is known color: Endeavour. HEX triplet: 23, 62 and 91. RGB value is (35,98,145). Sum of RGB (Red+Green+Blue) = 35+98+145=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #236291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236291 is #DC9D6E. Grayscale: #545454. Windows color (decimal): -14458223 or 9527843. OLE color: 9527843.

HSL color Cylindrical-coordinate representation of color #236291: hue angle of 205.64º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #236291 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 98 145 -
CMYK 0.76 0.32 0 0.43
HSL 205.64º 0.61% 0.35% -
HSV(B) 205.64º 0.76% 0.57% -
XYZ 10.17 11.14 28.4 -
YUV 84.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 35 98 145 0.76 0.32 0 0.43 205.64 0.61 0.35
Hex 23 62 91 4C 20 0 2B CE 3D 23
Octal 43 142 221 114 40 0 53 316 75 43
Binary 100011 1100010 10010001 1001100 100000 0 101011 11001110 111101 100011

Color Harmonies of #236291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236291

Black with #236291

Text Example


Text Example

White with #236291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236291; }

 p { color: rgb(35,98,145); }

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

background-color css

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

 a { background-color: rgb(35,98,145); }

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

border-color css

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

 span { border-color: rgb(35,98,145); }

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