Html Css Color HEX #345995 Endeavour

📋 copy color: '#345995'

red 52 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #345995

Tints of Endeavour #345995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 17.93%
G = 30.69%
B = 51.38%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345995 (or 0x345995) is known color: Endeavour. HEX triplet: 34, 59 and 95. RGB value is (52,89,149). Sum of RGB (Red+Green+Blue) = 52+89+149=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #345995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345995 is #CBA66A. Grayscale: #545454. Windows color (decimal): -13346411 or 9787700. OLE color: 9787700.

HSL color Cylindrical-coordinate representation of color #345995: hue angle of 217.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345995 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 89 149 -
CMYK 0.65 0.40 0 0.42
HSL 217.11º 0.48% 0.39% -
HSV(B) 217.11º 0.65% 0.58% -
XYZ 10.41 10.04 29.82 -
YUV 84.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 52 89 149 0.65 0.40 0 0.42 217.11 0.48 0.39
Hex 34 59 95 41 28 0 2A D9 30 27
Octal 64 131 225 101 50 0 52 331 60 47
Binary 110100 1011001 10010101 1000001 101000 0 101010 11011001 110000 100111

Color Harmonies of #345995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345995

Black with #345995

Text Example


Text Example

White with #345995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345995; }

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

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

background-color css

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

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

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

border-color css

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

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

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