Html Css Color HEX #34599D Mariner

📋 copy color: '#34599D'

red 52 ◦ green 89 ◦ blue 157

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

Shades of Mariner #34599D

Tints of Mariner #34599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 17.45%
G = 29.87%
B = 52.68%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34599D (or 0x34599D) is known color: Mariner. HEX triplet: 34, 59 and 9D. RGB value is (52,89,157). Sum of RGB (Red+Green+Blue) = 52+89+157=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #34599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34599D is #CBA662. Grayscale: #555555. Windows color (decimal): -13346403 or 10311988. OLE color: 10311988.

HSL color Cylindrical-coordinate representation of color #34599D: hue angle of 218.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34599D is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 89 157 -
CMYK 0.67 0.43 0 0.38
HSL 218.86º 0.5% 0.41% -
HSV(B) 218.86º 0.67% 0.62% -
XYZ 11.07 10.31 33.3 -
YUV 85.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 52 89 157 0.67 0.43 0 0.38 218.86 0.5 0.41
Hex 34 59 9D 43 2B 0 26 DB 32 29
Octal 64 131 235 103 53 0 46 333 62 51
Binary 110100 1011001 10011101 1000011 101011 0 100110 11011011 110010 101001

Color Harmonies of #34599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34599D

Black with #34599D

Text Example


Text Example

White with #34599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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