Html Css Color HEX #34599B Mariner

📋 copy color: '#34599B'

red 52 ◦ green 89 ◦ blue 155

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

Shades of Mariner #34599B

Tints of Mariner #34599B

RGB

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

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

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

R = 17.57%
G = 30.07%
B = 52.36%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34599B (or 0x34599B) is known color: Mariner. HEX triplet: 34, 59 and 9B. RGB value is (52,89,155). Sum of RGB (Red+Green+Blue) = 52+89+155=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #34599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34599B is #CBA664. Grayscale: #555555. Windows color (decimal): -13346405 or 10180916. OLE color: 10180916.

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

Color convert

RGB 52 89 155 -
CMYK 0.66 0.43 0 0.39
HSL 218.45º 0.5% 0.41% -
HSV(B) 218.45º 0.66% 0.61% -
XYZ 10.9 10.24 32.41 -
YUV 85.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 52 89 155 0.66 0.43 0 0.39 218.45 0.5 0.41
Hex 34 59 9B 42 2B 0 27 DA 32 29
Octal 64 131 233 102 53 0 47 332 62 51
Binary 110100 1011001 10011011 1000010 101011 0 100111 11011010 110010 101001

Color Harmonies of #34599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34599B

Black with #34599B

Text Example


Text Example

White with #34599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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