Html Css Color HEX #335A9A Mariner

📋 copy color: '#335A9A'

red 51 ◦ green 90 ◦ blue 154

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

Shades of Mariner #335A9A

Tints of Mariner #335A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 17.29%
G = 30.51%
B = 52.2%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#335A9A (or 0x335A9A) is known color: Mariner. HEX triplet: 33, 5A and 9A. RGB value is (51,90,154). Sum of RGB (Red+Green+Blue) = 51+90+154=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #335A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A9A is #CCA565. Grayscale: #555555. Windows color (decimal): -13411686 or 10115635. OLE color: 10115635.

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

Color convert

RGB 51 90 154 -
CMYK 0.67 0.42 0 0.40
HSL 217.28º 0.5% 0.4% -
HSV(B) 217.28º 0.67% 0.6% -
XYZ 10.85 10.35 32 -
YUV 85.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 51 90 154 0.67 0.42 0 0.40 217.28 0.5 0.4
Hex 33 5A 9A 43 2A 0 28 D9 32 28
Octal 63 132 232 103 52 0 50 331 62 50
Binary 110011 1011010 10011010 1000011 101010 0 101000 11011001 110010 101000

Color Harmonies of #335A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A9A

Black with #335A9A

Text Example


Text Example

White with #335A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,90,154); }

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

background-color css

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

 a { background-color: rgb(51,90,154); }

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

border-color css

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

 span { border-color: rgb(51,90,154); }

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