Html Css Color HEX #345893 Endeavour

📋 copy color: '#345893'

red 52 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #345893

Tints of Endeavour #345893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 18.12%
G = 30.66%
B = 51.22%

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

#345893 (or 0x345893) is known color: Endeavour. HEX triplet: 34, 58 and 93. RGB value is (52,88,147). Sum of RGB (Red+Green+Blue) = 52+88+147=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #345893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345893 is #CBA76C. Grayscale: #535353. Windows color (decimal): -13346669 or 9656372. OLE color: 9656372.

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

Color convert

RGB 52 88 147 -
CMYK 0.65 0.40 0 0.42
HSL 217.26º 0.48% 0.39% -
HSV(B) 217.26º 0.65% 0.58% -
XYZ 10.17 9.82 28.96 -
YUV 83.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 52 88 147 0.65 0.40 0 0.42 217.26 0.48 0.39
Hex 34 58 93 41 28 0 2A D9 30 27
Octal 64 130 223 101 50 0 52 331 60 47
Binary 110100 1011000 10010011 1000001 101000 0 101010 11011001 110000 100111

Color Harmonies of #345893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345893

Black with #345893

Text Example


Text Example

White with #345893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345893; }

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

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

background-color css

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

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

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

border-color css

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

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

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