Html Css Color HEX #234A91 Endeavour

📋 copy color: '#234A91'

red 35 ◦ green 74 ◦ blue 145

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

Shades of Endeavour #234A91

Tints of Endeavour #234A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 13.78%
G = 29.13%
B = 57.09%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234A91 (or 0x234A91) is known color: Endeavour. HEX triplet: 23, 4A and 91. RGB value is (35,74,145). Sum of RGB (Red+Green+Blue) = 35+74+145=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #234A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A91 is #DCB56E. Grayscale: #464646. Windows color (decimal): -14464367 or 9521699. OLE color: 9521699.

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

Color convert

RGB 35 74 145 -
CMYK 0.76 0.49 0 0.43
HSL 218.73º 0.61% 0.35% -
HSV(B) 218.73º 0.76% 0.57% -
XYZ 8.25 7.3 27.76 -
YUV 70.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 35 74 145 0.76 0.49 0 0.43 218.73 0.61 0.35
Hex 23 4A 91 4C 31 0 2B DB 3D 23
Octal 43 112 221 114 61 0 53 333 75 43
Binary 100011 1001010 10010001 1001100 110001 0 101011 11011011 111101 100011

Color Harmonies of #234A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A91

Black with #234A91

Text Example


Text Example

White with #234A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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