Html Css Color HEX #335DA0 Mariner

📋 copy color: '#335DA0'

red 51 ◦ green 93 ◦ blue 160

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

Shades of Mariner #335DA0

Tints of Mariner #335DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 160 (62.89% from 255) = 52.63%

R = 16.78%
G = 30.59%
B = 52.63%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#335DA0 (or 0x335DA0) is known color: Mariner. HEX triplet: 33, 5D and A0. RGB value is (51,93,160). Sum of RGB (Red+Green+Blue) = 51+93+160=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #335DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DA0 is #CCA25F. Grayscale: #575757. Windows color (decimal): -13410912 or 10509619. OLE color: 10509619.

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

Color convert

RGB 51 93 160 -
CMYK 0.68 0.42 0 0.37
HSL 216.88º 0.52% 0.41% -
HSV(B) 216.88º 0.68% 0.63% -
XYZ 11.62 11.07 34.78 -
YUV 88.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 51 93 160 0.68 0.42 0 0.37 216.88 0.52 0.41
Hex 33 5D A0 44 2A 0 25 D9 34 29
Octal 63 135 240 104 52 0 45 331 64 51
Binary 110011 1011101 10100000 1000100 101010 0 100101 11011001 110100 101001

Color Harmonies of #335DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DA0

Black with #335DA0

Text Example


Text Example

White with #335DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,160); }

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

background-color css

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

 a { background-color: rgb(51,93,160); }

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

border-color css

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

 span { border-color: rgb(51,93,160); }

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