Html Css Color HEX #335F9B Mariner

📋 copy color: '#335F9B'

red 51 ◦ green 95 ◦ blue 155

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

Shades of Mariner #335F9B

Tints of Mariner #335F9B

RGB

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

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

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

R = 16.94%
G = 31.56%
B = 51.5%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#335F9B (or 0x335F9B) is known color: Mariner. HEX triplet: 33, 5F and 9B. RGB value is (51,95,155). Sum of RGB (Red+Green+Blue) = 51+95+155=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #335F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F9B is #CCA064. Grayscale: #585858. Windows color (decimal): -13410405 or 10182451. OLE color: 10182451.

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

Color convert

RGB 51 95 155 -
CMYK 0.67 0.39 0 0.39
HSL 214.62º 0.5% 0.4% -
HSV(B) 214.62º 0.67% 0.61% -
XYZ 11.37 11.25 32.58 -
YUV 88.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 51 95 155 0.67 0.39 0 0.39 214.62 0.5 0.4
Hex 33 5F 9B 43 27 0 27 D7 32 28
Octal 63 137 233 103 47 0 47 327 62 50
Binary 110011 1011111 10011011 1000011 100111 0 100111 11010111 110010 101000

Color Harmonies of #335F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F9B

Black with #335F9B

Text Example


Text Example

White with #335F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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