Html Css Color HEX #335D9B Mariner

📋 copy color: '#335D9B'

red 51 ◦ green 93 ◦ blue 155

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

Shades of Mariner #335D9B

Tints of Mariner #335D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 17.06%
G = 31.1%
B = 51.84%

CMYK

 C value IS 0.67

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#335D9B (or 0x335D9B) is known color: Mariner. HEX triplet: 33, 5D and 9B. RGB value is (51,93,155). Sum of RGB (Red+Green+Blue) = 51+93+155=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #335D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D9B is #CCA264. Grayscale: #575757. Windows color (decimal): -13410917 or 10181939. OLE color: 10181939.

HSL color Cylindrical-coordinate representation of color #335D9B: hue angle of 215.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335D9B is Cyan = 0.67, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 93 155 -
CMYK 0.67 0.4 0 0.39
HSL 215.77º 0.5% 0.4% -
HSV(B) 215.77º 0.67% 0.61% -
XYZ 11.2 10.9 32.52 -
YUV 87.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 51 93 155 0.67 0.4 0 0.39 215.77 0.5 0.4
Hex 33 5D 9B 43 28 0 27 D8 32 28
Octal 63 135 233 103 50 0 47 330 62 50
Binary 110011 1011101 10011011 1000011 101000 0 100111 11011000 110010 101000

Color Harmonies of #335D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D9B

Black with #335D9B

Text Example


Text Example

White with #335D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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