#3973BF

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

Shades of Curious Blue #3973BF

Tints of Curious Blue #3973BF

Color information

#3973BF (or 0x3973BF) is unknown color: approx Curious Blue. HEX triplet: 39, 73 and BF. RGB value is (57,115,191). Sum of RGB (Red+Green+Blue) = 57+115+191=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3973BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3973BF is #C68C40. Grayscale: #696969. Windows color (decimal): -13012033 or 12546873. OLE color: 12546873.

HSL color Cylindrical-coordinate representation of color #3973BF: hue angle of 214.03º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3973BF is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57115191-
CMYK0.700.4000.25
HSL214.03º54.03%48.63%-
HSV(B)214.03º70.16%74.9%-
XYZ17.2216.8951.64-
YUV106.32175.7892.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 191 (75% from 255) = 52.62%
R=15.70%
G=31.68%
B=52.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571151910.700.4000.25214.0354.0348.63
Hex3973BF4628019d63631
Octal71163277106500313266661
Binary111001111001110111111100011010100001100111010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3973BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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