Html Css Color HEX #33549E Mariner

📋 copy color: '#33549E'

red 51 ◦ green 84 ◦ blue 158

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

Shades of Mariner #33549E

Tints of Mariner #33549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 17.41%
G = 28.67%
B = 53.92%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33549E (or 0x33549E) is known color: Mariner. HEX triplet: 33, 54 and 9E. RGB value is (51,84,158). Sum of RGB (Red+Green+Blue) = 51+84+158=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #33549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33549E is #CCAB61. Grayscale: #525252. Windows color (decimal): -13413218 or 10376243. OLE color: 10376243.

HSL color Cylindrical-coordinate representation of color #33549E: hue angle of 221.5º 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 #33549E is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 84 158 -
CMYK 0.68 0.47 0 0.38
HSL 221.5º 0.51% 0.41% -
HSV(B) 221.5º 0.68% 0.62% -
XYZ 10.71 9.51 33.62 -
YUV 82.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 51 84 158 0.68 0.47 0 0.38 221.5 0.51 0.41
Hex 33 54 9E 44 2F 0 26 DD 33 29
Octal 63 124 236 104 57 0 46 335 63 51
Binary 110011 1010100 10011110 1000100 101111 0 100110 11011101 110011 101001

Color Harmonies of #33549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33549E

Black with #33549E

Text Example


Text Example

White with #33549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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