#335BA4

Color #335BA4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #335BA4

Tints of Mariner #335BA4

Color information

#335BA4 (or 0x335BA4) is unknown color: approx Mariner. HEX triplet: 33, 5B and A4. RGB value is (51,91,164). Sum of RGB (Red+Green+Blue) = 51+91+164=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #335BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335BA4 is #CCA45B. Grayscale: #575757. Windows color (decimal): -13411420 or 10771251. OLE color: 10771251.

HSL color Cylindrical-coordinate representation of color #335BA4: hue angle of 218.76º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335BA4 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5191164-
CMYK0.690.4500.36
HSL218.76º52.56%42.16%-
HSV(B)218.76º68.9%64.31%-
XYZ11.8110.8736.6-
YUV87.36171.25102.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=16.67%
G=29.74%
B=53.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51911640.690.4500.36218.7652.5642.16
Hex335BA4452D024db352a
Octal63133244105550443336552
Binary1100111011011101001001000101101101010010011011011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335BA4; }

 p { color: rgb(51,91,164); }

 H1.HeaderClassName
 {
   color: #335BA4;
 }
 .AnyTagClassName
 {
   color: #335BA4;
 }
</style>
background-color css

<style>
 a { background-color: #335BA4; }

 a { background-color: rgb(51,91,164); }

 div.DivClassName
 {
   background-color: #335BA4;
 }
 .BgClassName
 {
   background-color: #335BA4;
 }
</style>
border-color css

<style>
 span { border-color: #335BA4; }

 span { border-color: rgb(51,91,164); }

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