Html Css Color HEX #335BA1 Mariner

📋 copy color: '#335BA1'

red 51 ◦ green 91 ◦ blue 161

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

Shades of Mariner #335BA1

Tints of Mariner #335BA1

RGB

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

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

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

R = 16.83%
G = 30.03%
B = 53.14%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#335BA1 (or 0x335BA1) is known color: Mariner. HEX triplet: 33, 5B and A1. RGB value is (51,91,161). Sum of RGB (Red+Green+Blue) = 51+91+161=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #335BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335BA1 is #CCA45E. Grayscale: #565656. Windows color (decimal): -13411423 or 10574643. OLE color: 10574643.

HSL color Cylindrical-coordinate representation of color #335BA1: hue angle of 218.18º 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 #335BA1 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 91 161 -
CMYK 0.68 0.43 0 0.37
HSL 218.18º 0.52% 0.42% -
HSV(B) 218.18º 0.68% 0.63% -
XYZ 11.54 10.76 35.19 -
YUV 87.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 51 91 161 0.68 0.43 0 0.37 218.18 0.52 0.42
Hex 33 5B A1 44 2B 0 25 DA 34 2A
Octal 63 133 241 104 53 0 45 332 64 52
Binary 110011 1011011 10100001 1000100 101011 0 100101 11011010 110100 101010

Color Harmonies of #335BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BA1

Black with #335BA1

Text Example


Text Example

White with #335BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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