Html Css Color HEX #3357A0 Mariner

📋 copy color: '#3357A0'

red 51 ◦ green 87 ◦ blue 160

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

Shades of Mariner #3357A0

Tints of Mariner #3357A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

 BLUE value IS 160 (62.89% from 255) = 53.69%

R = 17.11%
G = 29.19%
B = 53.69%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3357A0 (or 0x3357A0) is known color: Mariner. HEX triplet: 33, 57 and A0. RGB value is (51,87,160). Sum of RGB (Red+Green+Blue) = 51+87+160=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #3357A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3357A0 is #CCA85F. Grayscale: #545454. Windows color (decimal): -13412448 or 10508083. OLE color: 10508083.

HSL color Cylindrical-coordinate representation of color #3357A0: hue angle of 220.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3357A0 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 87 160 -
CMYK 0.68 0.46 0 0.37
HSL 220.18º 0.52% 0.41% -
HSV(B) 220.18º 0.68% 0.63% -
XYZ 11.12 10.06 34.61 -
YUV 84.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 51 87 160 0.68 0.46 0 0.37 220.18 0.52 0.41
Hex 33 57 A0 44 2E 0 25 DC 34 29
Octal 63 127 240 104 56 0 45 334 64 51
Binary 110011 1010111 10100000 1000100 101110 0 100101 11011100 110100 101001

Color Harmonies of #3357A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3357A0

Black with #3357A0

Text Example


Text Example

White with #3357A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3357A0; }

 p { color: rgb(51,87,160); }

 H1.HeaderClassName
 {
   color: #3357A0;
 }
 .AnyTagClassName
 {
   color: #3357A0;
 }
</style>

background-color css

<style>
 a { background-color: #3357A0; }

 a { background-color: rgb(51,87,160); }

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

border-color css

<style>
 span { border-color: #3357A0; }

 span { border-color: rgb(51,87,160); }

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