#3B63B1

Color #3B63B1 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3B63B1

Tints of Mariner #3B63B1

Color information

#3B63B1 (or 0x3B63B1) is unknown color: approx Mariner. HEX triplet: 3B, 63 and B1. RGB value is (59,99,177). Sum of RGB (Red+Green+Blue) = 59+99+177=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #3B63B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B63B1 is #C49C4E. Grayscale: #5F5F5F. Windows color (decimal): -12885071 or 11625275. OLE color: 11625275.

HSL color Cylindrical-coordinate representation of color #3B63B1: hue angle of 219.66º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B63B1 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5999177-
CMYK0.670.4400.31
HSL219.66º50%46.27%-
HSV(B)219.66º66.67%69.41%-
XYZ14.213.0343.36-
YUV95.93173.75101.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.61%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=17.61%
G=29.55%
B=52.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59991770.670.4400.31219.665046.27
Hex3B63B1432C01Fdc322e
Octal73143261103540373346256
Binary111011110001110110001100001110110001111111011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B63B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B63B1; }

 p { color: rgb(59,99,177); }

 H1.HeaderClassName
 {
   color: #3B63B1;
 }
 .AnyTagClassName
 {
   color: #3B63B1;
 }
</style>
background-color css

<style>
 a { background-color: #3B63B1; }

 a { background-color: rgb(59,99,177); }

 div.DivClassName
 {
   background-color: #3B63B1;
 }
 .BgClassName
 {
   background-color: #3B63B1;
 }
</style>
border-color css

<style>
 span { border-color: #3B63B1; }

 span { border-color: rgb(59,99,177); }

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