Html Css Color HEX #335AA1 Mariner

📋 copy color: '#335AA1'

red 51 ◦ green 90 ◦ blue 161

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

Shades of Mariner #335AA1

Tints of Mariner #335AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 161 (63.28% from 255) = 53.31%

R = 16.89%
G = 29.8%
B = 53.31%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#335AA1 (or 0x335AA1) is known color: Mariner. HEX triplet: 33, 5A and A1. RGB value is (51,90,161). Sum of RGB (Red+Green+Blue) = 51+90+161=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #335AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AA1 is #CCA55E. Grayscale: #565656. Windows color (decimal): -13411679 or 10574387. OLE color: 10574387.

HSL color Cylindrical-coordinate representation of color #335AA1: hue angle of 218.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #335AA1 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 90 161 -
CMYK 0.68 0.44 0 0.37
HSL 218.73º 0.52% 0.42% -
HSV(B) 218.73º 0.68% 0.63% -
XYZ 11.45 10.59 35.16 -
YUV 86.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 51 90 161 0.68 0.44 0 0.37 218.73 0.52 0.42
Hex 33 5A A1 44 2C 0 25 DB 34 2A
Octal 63 132 241 104 54 0 45 333 64 52
Binary 110011 1011010 10100001 1000100 101100 0 100101 11011011 110100 101010

Color Harmonies of #335AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335AA1

Black with #335AA1

Text Example


Text Example

White with #335AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,161); }

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

background-color css

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

 a { background-color: rgb(51,90,161); }

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

border-color css

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

 span { border-color: rgb(51,90,161); }

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