Html Css Color HEX #345B91 Endeavour

📋 copy color: '#345B91'

red 52 ◦ green 91 ◦ blue 145

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

Shades of Endeavour #345B91

Tints of Endeavour #345B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

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

R = 18.06%
G = 31.6%
B = 50.35%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345B91 (or 0x345B91) is known color: Endeavour. HEX triplet: 34, 5B and 91. RGB value is (52,91,145). Sum of RGB (Red+Green+Blue) = 52+91+145=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #345B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B91 is #CBA46E. Grayscale: #555555. Windows color (decimal): -13345903 or 9526068. OLE color: 9526068.

HSL color Cylindrical-coordinate representation of color #345B91: hue angle of 214.84º 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 #345B91 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 91 145 -
CMYK 0.64 0.37 0 0.43
HSL 214.84º 0.47% 0.39% -
HSV(B) 214.84º 0.64% 0.57% -
XYZ 10.27 10.26 28.23 -
YUV 85.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 52 91 145 0.64 0.37 0 0.43 214.84 0.47 0.39
Hex 34 5B 91 40 25 0 2B D7 2F 27
Octal 64 133 221 100 45 0 53 327 57 47
Binary 110100 1011011 10010001 1000000 100101 0 101011 11010111 101111 100111

Color Harmonies of #345B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B91

Black with #345B91

Text Example


Text Example

White with #345B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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