#3972BF

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

Shades of Curious Blue #3972BF

Tints of Curious Blue #3972BF

Color information

#3972BF (or 0x3972BF) is unknown color: approx Curious Blue. HEX triplet: 39, 72 and BF. RGB value is (57,114,191). Sum of RGB (Red+Green+Blue) = 57+114+191=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #3972BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972BF is #C68D40. Grayscale: #696969. Windows color (decimal): -13012289 or 12546617. OLE color: 12546617.

HSL color Cylindrical-coordinate representation of color #3972BF: hue angle of 214.48º 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 #3972BF is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57114191-
CMYK0.700.4000.25
HSL214.48º54.03%48.63%-
HSV(B)214.48º70.16%74.9%-
XYZ17.1116.6751.61-
YUV105.73176.1293.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.75%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 52.76%
R=15.75%
G=31.49%
B=52.76%

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
Decimal571141910.700.4000.25214.4854.0348.63
Hex3972BF4628019d63631
Octal71162277106500313266661
Binary111001111001010111111100011010100001100111010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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