Html Css Color HEX #234E92 Endeavour

📋 copy color: '#234E92'

red 35 ◦ green 78 ◦ blue 146

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

Shades of Endeavour #234E92

Tints of Endeavour #234E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 13.51%
G = 30.12%
B = 56.37%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234E92 (or 0x234E92) is known color: Endeavour. HEX triplet: 23, 4E and 92. RGB value is (35,78,146). Sum of RGB (Red+Green+Blue) = 35+78+146=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #234E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E92 is #DCB16D. Grayscale: #484848. Windows color (decimal): -14463342 or 9588259. OLE color: 9588259.

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

Color convert

RGB 35 78 146 -
CMYK 0.76 0.47 0 0.43
HSL 216.76º 0.61% 0.35% -
HSV(B) 216.76º 0.76% 0.57% -
XYZ 8.61 7.88 28.26 -
YUV 72.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 35 78 146 0.76 0.47 0 0.43 216.76 0.61 0.35
Hex 23 4E 92 4C 2F 0 2B D9 3D 23
Octal 43 116 222 114 57 0 53 331 75 43
Binary 100011 1001110 10010010 1001100 101111 0 101011 11011001 111101 100011

Color Harmonies of #234E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E92

Black with #234E92

Text Example


Text Example

White with #234E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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