Html Css Color HEX #345A91 Endeavour

📋 copy color: '#345A91'

red 52 ◦ green 90 ◦ blue 145

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

Shades of Endeavour #345A91

Tints of Endeavour #345A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 18.12%
G = 31.36%
B = 50.52%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345A91 (or 0x345A91) is known color: Endeavour. HEX triplet: 34, 5A and 91. RGB value is (52,90,145). Sum of RGB (Red+Green+Blue) = 52+90+145=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #345A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A91 is #CBA56E. Grayscale: #545454. Windows color (decimal): -13346159 or 9525812. OLE color: 9525812.

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

Color convert

RGB 52 90 145 -
CMYK 0.64 0.38 0 0.43
HSL 215.48º 0.47% 0.39% -
HSV(B) 215.48º 0.64% 0.57% -
XYZ 10.18 10.09 28.2 -
YUV 84.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 52 90 145 0.64 0.38 0 0.43 215.48 0.47 0.39
Hex 34 5A 91 40 26 0 2B D7 2F 27
Octal 64 132 221 100 46 0 53 327 57 47
Binary 110100 1011010 10010001 1000000 100110 0 101011 11010111 101111 100111

Color Harmonies of #345A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A91

Black with #345A91

Text Example


Text Example

White with #345A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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