Html Css Color HEX #345993 Endeavour

📋 copy color: '#345993'

red 52 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #345993

Tints of Endeavour #345993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 18.06%
G = 30.9%
B = 51.04%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345993 (or 0x345993) is known color: Endeavour. HEX triplet: 34, 59 and 93. RGB value is (52,89,147). Sum of RGB (Red+Green+Blue) = 52+89+147=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #345993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345993 is #CBA66C. Grayscale: #545454. Windows color (decimal): -13346413 or 9656628. OLE color: 9656628.

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

Color convert

RGB 52 89 147 -
CMYK 0.65 0.39 0 0.42
HSL 216.63º 0.48% 0.39% -
HSV(B) 216.63º 0.65% 0.58% -
XYZ 10.26 9.98 28.99 -
YUV 84.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 52 89 147 0.65 0.39 0 0.42 216.63 0.48 0.39
Hex 34 59 93 41 27 0 2A D9 30 27
Octal 64 131 223 101 47 0 52 331 60 47
Binary 110100 1011001 10010011 1000001 100111 0 101010 11011001 110000 100111

Color Harmonies of #345993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345993

Black with #345993

Text Example


Text Example

White with #345993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345993; }

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

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

background-color css

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

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

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

border-color css

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

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

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