Html Css Color HEX #34559B Mariner

📋 copy color: '#34559B'

red 52 ◦ green 85 ◦ blue 155

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

Shades of Mariner #34559B

Tints of Mariner #34559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 17.81%
G = 29.11%
B = 53.08%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34559B (or 0x34559B) is known color: Mariner. HEX triplet: 34, 55 and 9B. RGB value is (52,85,155). Sum of RGB (Red+Green+Blue) = 52+85+155=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #34559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559B is #CBAA64. Grayscale: #525252. Windows color (decimal): -13347429 or 10179892. OLE color: 10179892.

HSL color Cylindrical-coordinate representation of color #34559B: hue angle of 220.78º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34559B is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 85 155 -
CMYK 0.66 0.45 0 0.39
HSL 220.78º 0.5% 0.41% -
HSV(B) 220.78º 0.66% 0.61% -
XYZ 10.58 9.59 32.3 -
YUV 83.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 52 85 155 0.66 0.45 0 0.39 220.78 0.5 0.41
Hex 34 55 9B 42 2D 0 27 DD 32 29
Octal 64 125 233 102 55 0 47 335 62 51
Binary 110100 1010101 10011011 1000010 101101 0 100111 11011101 110010 101001

Color Harmonies of #34559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34559B

Black with #34559B

Text Example


Text Example

White with #34559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34559B; }

 p { color: rgb(52,85,155); }

 H1.HeaderClassName
 {
   color: #34559B;
 }
 .AnyTagClassName
 {
   color: #34559B;
 }
</style>

background-color css

<style>
 a { background-color: #34559B; }

 a { background-color: rgb(52,85,155); }

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

border-color css

<style>
 span { border-color: #34559B; }

 span { border-color: rgb(52,85,155); }

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