#335FAB

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

Shades of Mariner #335FAB

Tints of Mariner #335FAB

Color information

#335FAB (or 0x335FAB) is unknown color: approx Mariner. HEX triplet: 33, 5F and AB. RGB value is (51,95,171). Sum of RGB (Red+Green+Blue) = 51+95+171=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #335FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335FAB is #CCA054. Grayscale: #5A5A5A. Windows color (decimal): -13410389 or 11231027. OLE color: 11231027.

HSL color Cylindrical-coordinate representation of color #335FAB: hue angle of 218º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335FAB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5195171-
CMYK0.700.4400.33
HSL218º54.05%43.53%-
HSV(B)218º70.18%67.06%-
XYZ12.8111.8340.14-
YUV90.51173.4299.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=16.09%
G=29.97%
B=53.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51951710.700.4400.3321854.0543.53
Hex335FAB462C021da362c
Octal63137253106540413326654
Binary1100111011111101010111000110101100010000111011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,95,171); }

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

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

 a { background-color: rgb(51,95,171); }

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

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

 span { border-color: rgb(51,95,171); }

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