Html Css Color HEX #345992 Endeavour

📋 copy color: '#345992'

red 52 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #345992

Tints of Endeavour #345992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 18.12%
G = 31.01%
B = 50.87%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345992 (or 0x345992) is known color: Endeavour. HEX triplet: 34, 59 and 92. RGB value is (52,89,146). Sum of RGB (Red+Green+Blue) = 52+89+146=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #345992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345992 is #CBA66D. Grayscale: #545454. Windows color (decimal): -13346414 or 9591092. OLE color: 9591092.

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

Color convert

RGB 52 89 146 -
CMYK 0.64 0.39 0 0.43
HSL 216.38º 0.47% 0.39% -
HSV(B) 216.38º 0.64% 0.57% -
XYZ 10.18 9.95 28.58 -
YUV 84.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 52 89 146 0.64 0.39 0 0.43 216.38 0.47 0.39
Hex 34 59 92 40 27 0 2B D8 2F 27
Octal 64 131 222 100 47 0 53 330 57 47
Binary 110100 1011001 10010010 1000000 100111 0 101011 11011000 101111 100111

Color Harmonies of #345992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345992

Black with #345992

Text Example


Text Example

White with #345992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345992; }

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

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

background-color css

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

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

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

border-color css

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

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

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