Html Css Color HEX #34569C Mariner

📋 copy color: '#34569C'

red 52 ◦ green 86 ◦ blue 156

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

Shades of Mariner #34569C

Tints of Mariner #34569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 17.69%
G = 29.25%
B = 53.06%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34569C (or 0x34569C) is known color: Mariner. HEX triplet: 34, 56 and 9C. RGB value is (52,86,156). Sum of RGB (Red+Green+Blue) = 52+86+156=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #34569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34569C is #CBA963. Grayscale: #535353. Windows color (decimal): -13347172 or 10245684. OLE color: 10245684.

HSL color Cylindrical-coordinate representation of color #34569C: hue angle of 220.38º 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 #34569C is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 86 156 -
CMYK 0.67 0.45 0 0.39
HSL 220.38º 0.5% 0.41% -
HSV(B) 220.38º 0.67% 0.61% -
XYZ 10.74 9.79 32.78 -
YUV 83.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 52 86 156 0.67 0.45 0 0.39 220.38 0.5 0.41
Hex 34 56 9C 43 2D 0 27 DC 32 29
Octal 64 126 234 103 55 0 47 334 62 51
Binary 110100 1010110 10011100 1000011 101101 0 100111 11011100 110010 101001

Color Harmonies of #34569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34569C

Black with #34569C

Text Example


Text Example

White with #34569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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