Html Css Color HEX #345996 Endeavour

📋 copy color: '#345996'

red 52 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #345996

Tints of Endeavour #345996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 17.87%
G = 30.58%
B = 51.55%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345996 (or 0x345996) is known color: Endeavour. HEX triplet: 34, 59 and 96. RGB value is (52,89,150). Sum of RGB (Red+Green+Blue) = 52+89+150=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #345996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345996 is #CBA669. Grayscale: #545454. Windows color (decimal): -13346410 or 9853236. OLE color: 9853236.

HSL color Cylindrical-coordinate representation of color #345996: hue angle of 217.35º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345996 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 89 150 -
CMYK 0.65 0.41 0 0.41
HSL 217.35º 0.49% 0.4% -
HSV(B) 217.35º 0.65% 0.59% -
XYZ 10.49 10.08 30.25 -
YUV 84.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 52 89 150 0.65 0.41 0 0.41 217.35 0.49 0.4
Hex 34 59 96 41 29 0 29 D9 31 28
Octal 64 131 226 101 51 0 51 331 61 50
Binary 110100 1011001 10010110 1000001 101001 0 101001 11011001 110001 101000

Color Harmonies of #345996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345996

Black with #345996

Text Example


Text Example

White with #345996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345996; }

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

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

background-color css

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

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

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

border-color css

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

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

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