Html Css Color HEX #345990 Endeavour

📋 copy color: '#345990'

red 52 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #345990

Tints of Endeavour #345990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 18.25%
G = 31.23%
B = 50.53%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345990 (or 0x345990) is known color: Endeavour. HEX triplet: 34, 59 and 90. RGB value is (52,89,144). Sum of RGB (Red+Green+Blue) = 52+89+144=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #345990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345990 is #CBA66F. Grayscale: #535353. Windows color (decimal): -13346416 or 9460020. OLE color: 9460020.

HSL color Cylindrical-coordinate representation of color #345990: hue angle of 215.87º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345990 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 89 144 -
CMYK 0.64 0.38 0 0.44
HSL 215.87º 0.47% 0.38% -
HSV(B) 215.87º 0.64% 0.56% -
XYZ 10.02 9.89 27.77 -
YUV 84.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 52 89 144 0.64 0.38 0 0.44 215.87 0.47 0.38
Hex 34 59 90 40 26 0 2C D8 2F 26
Octal 64 131 220 100 46 0 54 330 57 46
Binary 110100 1011001 10010000 1000000 100110 0 101100 11011000 101111 100110

Color Harmonies of #345990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345990

Black with #345990

Text Example


Text Example

White with #345990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345990; }

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

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

background-color css

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

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

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

border-color css

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

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

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