Html Css Color HEX #335C99 Mariner

📋 copy color: '#335C99'

red 51 ◦ green 92 ◦ blue 153

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

Shades of Mariner #335C99

Tints of Mariner #335C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 17.23%
G = 31.08%
B = 51.69%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#335C99 (or 0x335C99) is known color: Mariner. HEX triplet: 33, 5C and 99. RGB value is (51,92,153). Sum of RGB (Red+Green+Blue) = 51+92+153=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #335C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C99 is #CCA366. Grayscale: #565656. Windows color (decimal): -13411175 or 10050611. OLE color: 10050611.

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

Color convert

RGB 51 92 153 -
CMYK 0.67 0.40 0 0.4
HSL 215.88º 0.5% 0.4% -
HSV(B) 215.88º 0.67% 0.6% -
XYZ 10.94 10.66 31.62 -
YUV 86.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 51 92 153 0.67 0.40 0 0.4 215.88 0.5 0.4
Hex 33 5C 99 43 28 0 28 D8 32 28
Octal 63 134 231 103 50 0 50 330 62 50
Binary 110011 1011100 10011001 1000011 101000 0 101000 11011000 110010 101000

Color Harmonies of #335C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C99

Black with #335C99

Text Example


Text Example

White with #335C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,153); }

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

background-color css

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

 a { background-color: rgb(51,92,153); }

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

border-color css

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

 span { border-color: rgb(51,92,153); }

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