Html Css Color HEX #34599F Mariner

📋 copy color: '#34599F'

red 52 ◦ green 89 ◦ blue 159

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

Shades of Mariner #34599F

Tints of Mariner #34599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 17.33%
G = 29.67%
B = 53%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34599F (or 0x34599F) is known color: Mariner. HEX triplet: 34, 59 and 9F. RGB value is (52,89,159). Sum of RGB (Red+Green+Blue) = 52+89+159=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #34599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34599F is #CBA660. Grayscale: #555555. Windows color (decimal): -13346401 or 10443060. OLE color: 10443060.

HSL color Cylindrical-coordinate representation of color #34599F: hue angle of 219.25º degrees, saturation: 0.51, 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 #34599F is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 89 159 -
CMYK 0.67 0.44 0 0.38
HSL 219.25º 0.51% 0.41% -
HSV(B) 219.25º 0.67% 0.62% -
XYZ 11.25 10.38 34.21 -
YUV 85.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 52 89 159 0.67 0.44 0 0.38 219.25 0.51 0.41
Hex 34 59 9F 43 2C 0 26 DB 33 29
Octal 64 131 237 103 54 0 46 333 63 51
Binary 110100 1011001 10011111 1000011 101100 0 100110 11011011 110011 101001

Color Harmonies of #34599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34599F

Black with #34599F

Text Example


Text Example

White with #34599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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