Html Css Color HEX #335B9B Mariner

📋 copy color: '#335B9B'

red 51 ◦ green 91 ◦ blue 155

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

Shades of Mariner #335B9B

Tints of Mariner #335B9B

RGB

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

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

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

R = 17.17%
G = 30.64%
B = 52.19%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#335B9B (or 0x335B9B) is known color: Mariner. HEX triplet: 33, 5B and 9B. RGB value is (51,91,155). Sum of RGB (Red+Green+Blue) = 51+91+155=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #335B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B9B is #CCA464. Grayscale: #565656. Windows color (decimal): -13411429 or 10181427. OLE color: 10181427.

HSL color Cylindrical-coordinate representation of color #335B9B: hue angle of 216.92º 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 #335B9B is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 91 155 -
CMYK 0.67 0.41 0 0.39
HSL 216.92º 0.5% 0.4% -
HSV(B) 216.92º 0.67% 0.61% -
XYZ 11.02 10.55 32.47 -
YUV 86.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 51 91 155 0.67 0.41 0 0.39 216.92 0.5 0.4
Hex 33 5B 9B 43 29 0 27 D9 32 28
Octal 63 133 233 103 51 0 47 331 62 50
Binary 110011 1011011 10011011 1000011 101001 0 100111 11011001 110010 101000

Color Harmonies of #335B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B9B

Black with #335B9B

Text Example


Text Example

White with #335B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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