Html Css Color HEX #33549D Mariner

📋 copy color: '#33549D'

red 51 ◦ green 84 ◦ blue 157

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

Shades of Mariner #33549D

Tints of Mariner #33549D

RGB

 RED value IS 51 (20.31% from 255) = 17.47%

 GREEN value IS 84 (33.2% from 255) = 28.77%

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

R = 17.47%
G = 28.77%
B = 53.77%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33549D (or 0x33549D) is known color: Mariner. HEX triplet: 33, 54 and 9D. RGB value is (51,84,157). Sum of RGB (Red+Green+Blue) = 51+84+157=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #33549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33549D is #CCAB62. Grayscale: #525252. Windows color (decimal): -13413219 or 10310707. OLE color: 10310707.

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

Color convert

RGB 51 84 157 -
CMYK 0.68 0.46 0 0.38
HSL 221.32º 0.51% 0.41% -
HSV(B) 221.32º 0.68% 0.62% -
XYZ 10.62 9.48 33.17 -
YUV 82.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 51 84 157 0.68 0.46 0 0.38 221.32 0.51 0.41
Hex 33 54 9D 44 2E 0 26 DD 33 29
Octal 63 124 235 104 56 0 46 335 63 51
Binary 110011 1010100 10011101 1000100 101110 0 100110 11011101 110011 101001

Color Harmonies of #33549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33549D

Black with #33549D

Text Example


Text Example

White with #33549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,84,157); }

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

background-color css

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

 a { background-color: rgb(51,84,157); }

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

border-color css

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

 span { border-color: rgb(51,84,157); }

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