Html Css Color HEX #335CA2 Mariner

📋 copy color: '#335CA2'

red 51 ◦ green 92 ◦ blue 162

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

Shades of Mariner #335CA2

Tints of Mariner #335CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.11%

R = 16.72%
G = 30.16%
B = 53.11%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#335CA2 (or 0x335CA2) is known color: Mariner. HEX triplet: 33, 5C and A2. RGB value is (51,92,162). Sum of RGB (Red+Green+Blue) = 51+92+162=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #335CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CA2 is #CCA35D. Grayscale: #575757. Windows color (decimal): -13411166 or 10640435. OLE color: 10640435.

HSL color Cylindrical-coordinate representation of color #335CA2: hue angle of 217.84º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335CA2 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 92 162 -
CMYK 0.69 0.43 0 0.36
HSL 217.84º 0.52% 0.42% -
HSV(B) 217.84º 0.69% 0.64% -
XYZ 11.71 10.97 35.68 -
YUV 87.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 51 92 162 0.69 0.43 0 0.36 217.84 0.52 0.42
Hex 33 5C A2 45 2B 0 24 DA 34 2A
Octal 63 134 242 105 53 0 44 332 64 52
Binary 110011 1011100 10100010 1000101 101011 0 100100 11011010 110100 101010

Color Harmonies of #335CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CA2

Black with #335CA2

Text Example


Text Example

White with #335CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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