Html Css Color HEX #335F9F Mariner

📋 copy color: '#335F9F'

red 51 ◦ green 95 ◦ blue 159

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

Shades of Mariner #335F9F

Tints of Mariner #335F9F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 159 (62.5% from 255) = 52.13%

R = 16.72%
G = 31.15%
B = 52.13%

CMYK

 C value IS 0.68

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#335F9F (or 0x335F9F) is known color: Mariner. HEX triplet: 33, 5F and 9F. RGB value is (51,95,159). Sum of RGB (Red+Green+Blue) = 51+95+159=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #335F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F9F is #CCA060. Grayscale: #585858. Windows color (decimal): -13410401 or 10444595. OLE color: 10444595.

HSL color Cylindrical-coordinate representation of color #335F9F: hue angle of 215.56º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #335F9F is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 95 159 -
CMYK 0.68 0.40 0 0.38
HSL 215.56º 0.51% 0.41% -
HSV(B) 215.56º 0.68% 0.62% -
XYZ 11.72 11.39 34.38 -
YUV 89.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 51 95 159 0.68 0.40 0 0.38 215.56 0.51 0.41
Hex 33 5F 9F 44 28 0 26 D8 33 29
Octal 63 137 237 104 50 0 46 330 63 51
Binary 110011 1011111 10011111 1000100 101000 0 100110 11011000 110011 101001

Color Harmonies of #335F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F9F

Black with #335F9F

Text Example


Text Example

White with #335F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,95,159); }

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

background-color css

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

 a { background-color: rgb(51,95,159); }

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

border-color css

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

 span { border-color: rgb(51,95,159); }

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