Html Css Color HEX #34589B Mariner

📋 copy color: '#34589B'

red 52 ◦ green 88 ◦ blue 155

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

Shades of Mariner #34589B

Tints of Mariner #34589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 17.63%
G = 29.83%
B = 52.54%

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

#34589B (or 0x34589B) is known color: Mariner. HEX triplet: 34, 58 and 9B. RGB value is (52,88,155). Sum of RGB (Red+Green+Blue) = 52+88+155=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #34589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34589B is #CBA764. Grayscale: #545454. Windows color (decimal): -13346661 or 10180660. OLE color: 10180660.

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

Color convert

RGB 52 88 155 -
CMYK 0.66 0.43 0 0.39
HSL 219.03º 0.5% 0.41% -
HSV(B) 219.03º 0.66% 0.61% -
XYZ 10.82 10.08 32.38 -
YUV 84.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 52 88 155 0.66 0.43 0 0.39 219.03 0.5 0.41
Hex 34 58 9B 42 2B 0 27 DB 32 29
Octal 64 130 233 102 53 0 47 333 62 51
Binary 110100 1011000 10011011 1000010 101011 0 100111 11011011 110010 101001

Color Harmonies of #34589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34589B

Black with #34589B

Text Example


Text Example

White with #34589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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