Html Css Color HEX #234E87 Endeavour

📋 copy color: '#234E87'

red 35 ◦ green 78 ◦ blue 135

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

Shades of Endeavour #234E87

Tints of Endeavour #234E87

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

 BLUE value IS 135 (53.13% from 255) = 54.44%

R = 14.11%
G = 31.45%
B = 54.44%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#234E87 (or 0x234E87) is known color: Endeavour. HEX triplet: 23, 4E and 87. RGB value is (35,78,135). Sum of RGB (Red+Green+Blue) = 35+78+135=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #234E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E87 is #DCB178. Grayscale: #474747. Windows color (decimal): -14463353 or 8867363. OLE color: 8867363.

HSL color Cylindrical-coordinate representation of color #234E87: hue angle of 214.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234E87 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 78 135 -
CMYK 0.74 0.42 0 0.47
HSL 214.2º 0.59% 0.33% -
HSV(B) 214.2º 0.74% 0.53% -
XYZ 7.79 7.56 23.97 -
YUV 71.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 35 78 135 0.74 0.42 0 0.47 214.2 0.59 0.33
Hex 23 4E 87 4A 2A 0 2F D6 3B 21
Octal 43 116 207 112 52 0 57 326 73 41
Binary 100011 1001110 10000111 1001010 101010 0 101111 11010110 111011 100001

Color Harmonies of #234E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E87

Black with #234E87

Text Example


Text Example

White with #234E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234E87; }

 p { color: rgb(35,78,135); }

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

background-color css

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

 a { background-color: rgb(35,78,135); }

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

border-color css

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

 span { border-color: rgb(35,78,135); }

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