Html Css Color HEX #345D93 Endeavour

📋 copy color: '#345D93'

red 52 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #345D93

Tints of Endeavour #345D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

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

R = 17.81%
G = 31.85%
B = 50.34%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345D93 (or 0x345D93) is known color: Endeavour. HEX triplet: 34, 5D and 93. RGB value is (52,93,147). Sum of RGB (Red+Green+Blue) = 52+93+147=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #345D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D93 is #CBA26C. Grayscale: #565656. Windows color (decimal): -13345389 or 9657652. OLE color: 9657652.

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

Color convert

RGB 52 93 147 -
CMYK 0.65 0.37 0 0.42
HSL 214.11º 0.48% 0.39% -
HSV(B) 214.11º 0.65% 0.58% -
XYZ 10.6 10.67 29.1 -
YUV 86.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 52 93 147 0.65 0.37 0 0.42 214.11 0.48 0.39
Hex 34 5D 93 41 25 0 2A D6 30 27
Octal 64 135 223 101 45 0 52 326 60 47
Binary 110100 1011101 10010011 1000001 100101 0 101010 11010110 110000 100111

Color Harmonies of #345D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D93

Black with #345D93

Text Example


Text Example

White with #345D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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