Html Css Color HEX #345E91 Endeavour

📋 copy color: '#345E91'

red 52 ◦ green 94 ◦ blue 145

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

Shades of Endeavour #345E91

Tints of Endeavour #345E91

RGB

 RED value IS 52 (20.7% from 255) = 17.87%

 GREEN value IS 94 (37.11% from 255) = 32.3%

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

R = 17.87%
G = 32.3%
B = 49.83%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345E91 (or 0x345E91) is known color: Endeavour. HEX triplet: 34, 5E and 91. RGB value is (52,94,145). Sum of RGB (Red+Green+Blue) = 52+94+145=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #345E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E91 is #CBA16E. Grayscale: #575757. Windows color (decimal): -13345135 or 9526836. OLE color: 9526836.

HSL color Cylindrical-coordinate representation of color #345E91: hue angle of 212.9º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345E91 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 94 145 -
CMYK 0.64 0.35 0 0.43
HSL 212.9º 0.47% 0.39% -
HSV(B) 212.9º 0.64% 0.57% -
XYZ 10.53 10.78 28.31 -
YUV 87.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 52 94 145 0.64 0.35 0 0.43 212.9 0.47 0.39
Hex 34 5E 91 40 23 0 2B D5 2F 27
Octal 64 136 221 100 43 0 53 325 57 47
Binary 110100 1011110 10010001 1000000 100011 0 101011 11010101 101111 100111

Color Harmonies of #345E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E91

Black with #345E91

Text Example


Text Example

White with #345E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E91; }

 p { color: rgb(52,94,145); }

 H1.HeaderClassName
 {
   color: #345E91;
 }
 .AnyTagClassName
 {
   color: #345E91;
 }
</style>

background-color css

<style>
 a { background-color: #345E91; }

 a { background-color: rgb(52,94,145); }

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

border-color css

<style>
 span { border-color: #345E91; }

 span { border-color: rgb(52,94,145); }

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