Html Css Color HEX #234F91 Endeavour

📋 copy color: '#234F91'

red 35 ◦ green 79 ◦ blue 145

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

Shades of Endeavour #234F91

Tints of Endeavour #234F91

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

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

R = 13.51%
G = 30.5%
B = 55.98%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234F91 (or 0x234F91) is known color: Endeavour. HEX triplet: 23, 4F and 91. RGB value is (35,79,145). Sum of RGB (Red+Green+Blue) = 35+79+145=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #234F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F91 is #DCB06E. Grayscale: #494949. Windows color (decimal): -14463087 or 9522979. OLE color: 9522979.

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

Color convert

RGB 35 79 145 -
CMYK 0.76 0.46 0 0.43
HSL 216º 0.61% 0.35% -
HSV(B) 216º 0.76% 0.57% -
XYZ 8.6 7.99 27.88 -
YUV 73.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 35 79 145 0.76 0.46 0 0.43 216 0.61 0.35
Hex 23 4F 91 4C 2E 0 2B D8 3D 23
Octal 43 117 221 114 56 0 53 330 75 43
Binary 100011 1001111 10010001 1001100 101110 0 101011 11011000 111101 100011

Color Harmonies of #234F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F91

Black with #234F91

Text Example


Text Example

White with #234F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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