Html Css Color HEX #34549C Mariner

📋 copy color: '#34549C'

red 52 ◦ green 84 ◦ blue 156

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

Shades of Mariner #34549C

Tints of Mariner #34549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 17.81%
G = 28.77%
B = 53.42%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34549C (or 0x34549C) is known color: Mariner. HEX triplet: 34, 54 and 9C. RGB value is (52,84,156). Sum of RGB (Red+Green+Blue) = 52+84+156=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #34549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34549C is #CBAB63. Grayscale: #525252. Windows color (decimal): -13347684 or 10245172. OLE color: 10245172.

HSL color Cylindrical-coordinate representation of color #34549C: hue angle of 221.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34549C is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 84 156 -
CMYK 0.67 0.46 0 0.39
HSL 221.54º 0.5% 0.41% -
HSV(B) 221.54º 0.67% 0.61% -
XYZ 10.59 9.47 32.72 -
YUV 82.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 52 84 156 0.67 0.46 0 0.39 221.54 0.5 0.41
Hex 34 54 9C 43 2E 0 27 DE 32 29
Octal 64 124 234 103 56 0 47 336 62 51
Binary 110100 1010100 10011100 1000011 101110 0 100111 11011110 110010 101001

Color Harmonies of #34549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34549C

Black with #34549C

Text Example


Text Example

White with #34549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34549C; }

 p { color: rgb(52,84,156); }

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

background-color css

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

 a { background-color: rgb(52,84,156); }

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

border-color css

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

 span { border-color: rgb(52,84,156); }

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