Html Css Color HEX #335BAC Mariner

📋 copy color: '#335BAC'

red 51 ◦ green 91 ◦ blue 172

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

Shades of Mariner #335BAC

Tints of Mariner #335BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 16.24%
G = 28.98%
B = 54.78%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#335BAC (or 0x335BAC) is known color: Mariner. HEX triplet: 33, 5B and AC. RGB value is (51,91,172). Sum of RGB (Red+Green+Blue) = 51+91+172=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #335BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335BAC is #CCA453. Grayscale: #575757. Windows color (decimal): -13411412 or 11295539. OLE color: 11295539.

HSL color Cylindrical-coordinate representation of color #335BAC: hue angle of 220.17º 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 #335BAC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 91 172 -
CMYK 0.70 0.47 0 0.33
HSL 220.17º 0.54% 0.44% -
HSV(B) 220.17º 0.7% 0.67% -
XYZ 12.55 11.16 40.52 -
YUV 88.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 51 91 172 0.70 0.47 0 0.33 220.17 0.54 0.44
Hex 33 5B AC 46 2F 0 21 DC 36 2C
Octal 63 133 254 106 57 0 41 334 66 54
Binary 110011 1011011 10101100 1000110 101111 0 100001 11011100 110110 101100

Color Harmonies of #335BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BAC

Black with #335BAC

Text Example


Text Example

White with #335BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #335BAC;
 }
 .AnyTagClassName
 {
   color: #335BAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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