Html Css Color HEX #34569A Mariner

📋 copy color: '#34569A'

red 52 ◦ green 86 ◦ blue 154

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

Shades of Mariner #34569A

Tints of Mariner #34569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.74%

R = 17.81%
G = 29.45%
B = 52.74%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34569A (or 0x34569A) is known color: Mariner. HEX triplet: 34, 56 and 9A. RGB value is (52,86,154). Sum of RGB (Red+Green+Blue) = 52+86+154=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #34569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34569A is #CBA965. Grayscale: #535353. Windows color (decimal): -13347174 or 10114612. OLE color: 10114612.

HSL color Cylindrical-coordinate representation of color #34569A: hue angle of 220º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34569A is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 86 154 -
CMYK 0.66 0.44 0 0.40
HSL 220º 0.5% 0.4% -
HSV(B) 220º 0.66% 0.6% -
XYZ 10.58 9.72 31.89 -
YUV 83.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 52 86 154 0.66 0.44 0 0.40 220 0.5 0.4
Hex 34 56 9A 42 2C 0 28 DC 32 28
Octal 64 126 232 102 54 0 50 334 62 50
Binary 110100 1010110 10011010 1000010 101100 0 101000 11011100 110010 101000

Color Harmonies of #34569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34569A

Black with #34569A

Text Example


Text Example

White with #34569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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