Html Css Color HEX #345991 Endeavour

📋 copy color: '#345991'

red 52 ◦ green 89 ◦ blue 145

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

Shades of Endeavour #345991

Tints of Endeavour #345991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 18.18%
G = 31.12%
B = 50.7%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345991 (or 0x345991) is known color: Endeavour. HEX triplet: 34, 59 and 91. RGB value is (52,89,145). Sum of RGB (Red+Green+Blue) = 52+89+145=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #345991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345991 is #CBA66E. Grayscale: #545454. Windows color (decimal): -13346415 or 9525556. OLE color: 9525556.

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

Color convert

RGB 52 89 145 -
CMYK 0.64 0.39 0 0.43
HSL 216.13º 0.47% 0.39% -
HSV(B) 216.13º 0.64% 0.57% -
XYZ 10.1 9.92 28.17 -
YUV 84.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 52 89 145 0.64 0.39 0 0.43 216.13 0.47 0.39
Hex 34 59 91 40 27 0 2B D8 2F 27
Octal 64 131 221 100 47 0 53 330 57 47
Binary 110100 1011001 10010001 1000000 100111 0 101011 11011000 101111 100111

Color Harmonies of #345991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345991

Black with #345991

Text Example


Text Example

White with #345991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345991; }

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

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

background-color css

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

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

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

border-color css

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

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

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