Html Css Color HEX #34599A Mariner

📋 copy color: '#34599A'

red 52 ◦ green 89 ◦ blue 154

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

Shades of Mariner #34599A

Tints of Mariner #34599A

RGB

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

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

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

R = 17.63%
G = 30.17%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34599A (or 0x34599A) is known color: Mariner. HEX triplet: 34, 59 and 9A. RGB value is (52,89,154). Sum of RGB (Red+Green+Blue) = 52+89+154=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #34599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34599A is #CBA665. Grayscale: #555555. Windows color (decimal): -13346406 or 10115380. OLE color: 10115380.

HSL color Cylindrical-coordinate representation of color #34599A: hue angle of 218.24º 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 #34599A is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 89 154 -
CMYK 0.66 0.42 0 0.40
HSL 218.24º 0.5% 0.4% -
HSV(B) 218.24º 0.66% 0.6% -
XYZ 10.82 10.21 31.97 -
YUV 85.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 52 89 154 0.66 0.42 0 0.40 218.24 0.5 0.4
Hex 34 59 9A 42 2A 0 28 DA 32 28
Octal 64 131 232 102 52 0 50 332 62 50
Binary 110100 1011001 10011010 1000010 101010 0 101000 11011010 110010 101000

Color Harmonies of #34599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34599A

Black with #34599A

Text Example


Text Example

White with #34599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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