Html Css Color HEX #345994 Endeavour

📋 copy color: '#345994'

red 52 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #345994

Tints of Endeavour #345994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 17.99%
G = 30.8%
B = 51.21%

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

#345994 (or 0x345994) is known color: Endeavour. HEX triplet: 34, 59 and 94. RGB value is (52,89,148). Sum of RGB (Red+Green+Blue) = 52+89+148=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #345994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345994 is #CBA66B. Grayscale: #545454. Windows color (decimal): -13346412 or 9722164. OLE color: 9722164.

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

Color convert

RGB 52 89 148 -
CMYK 0.65 0.40 0 0.42
HSL 216.88º 0.48% 0.39% -
HSV(B) 216.88º 0.65% 0.58% -
XYZ 10.33 10.01 29.41 -
YUV 84.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 52 89 148 0.65 0.40 0 0.42 216.88 0.48 0.39
Hex 34 59 94 41 28 0 2A D9 30 27
Octal 64 131 224 101 50 0 52 331 60 47
Binary 110100 1011001 10010100 1000001 101000 0 101010 11011001 110000 100111

Color Harmonies of #345994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345994

Black with #345994

Text Example


Text Example

White with #345994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345994; }

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

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

background-color css

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

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

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

border-color css

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

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

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