Html Css Color HEX #234C87 Endeavour

📋 copy color: '#234C87'

red 35 ◦ green 76 ◦ blue 135

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

Shades of Endeavour #234C87

Tints of Endeavour #234C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 14.23%
G = 30.89%
B = 54.88%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#234C87 (or 0x234C87) is known color: Endeavour. HEX triplet: 23, 4C and 87. RGB value is (35,76,135). Sum of RGB (Red+Green+Blue) = 35+76+135=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #234C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C87 is #DCB378. Grayscale: #464646. Windows color (decimal): -14463865 or 8866851. OLE color: 8866851.

HSL color Cylindrical-coordinate representation of color #234C87: hue angle of 215.4º 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 #234C87 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 76 135 -
CMYK 0.74 0.44 0 0.47
HSL 215.4º 0.59% 0.33% -
HSV(B) 215.4º 0.74% 0.53% -
XYZ 7.65 7.28 23.92 -
YUV 70.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 35 76 135 0.74 0.44 0 0.47 215.4 0.59 0.33
Hex 23 4C 87 4A 2C 0 2F D7 3B 21
Octal 43 114 207 112 54 0 57 327 73 41
Binary 100011 1001100 10000111 1001010 101100 0 101111 11010111 111011 100001

Color Harmonies of #234C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C87

Black with #234C87

Text Example


Text Example

White with #234C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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