#3973BA

Color #3973BA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3973BA

Tints of Curious Blue #3973BA

Color information

#3973BA (or 0x3973BA) is unknown color: approx Curious Blue. HEX triplet: 39, 73 and BA. RGB value is (57,115,186). Sum of RGB (Red+Green+Blue) = 57+115+186=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3973BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3973BA is #C68C45. Grayscale: #696969. Windows color (decimal): -13012038 or 12219193. OLE color: 12219193.

HSL color Cylindrical-coordinate representation of color #3973BA: hue angle of 213.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3973BA is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57115186-
CMYK0.690.3800.27
HSL213.02º53.09%47.65%-
HSV(B)213.02º69.35%72.94%-
XYZ16.6816.6848.79-
YUV105.75173.2893.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=15.92%
G=32.12%
B=51.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571151860.690.3800.27213.0253.0947.65
Hex3973BA452601Bd53530
Octal71163272105460333256560
Binary111001111001110111010100010110011001101111010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3973BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3973BA; }

 p { color: rgb(57,115,186); }

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

<style>
 a { background-color: #3973BA; }

 a { background-color: rgb(57,115,186); }

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

<style>
 span { border-color: #3973BA; }

 span { border-color: rgb(57,115,186); }

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