#3972be

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

Shades of Curious Blue #3972BE

Tints of Curious Blue #3972BE

Color information

#3972BE (or 0x3972BE) is unknown color: approx Curious Blue. HEX triplet: 39, 72 and BE. RGB value is (57,114,190). Sum of RGB (Red+Green+Blue) = 57+114+190=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #3972BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3972BE is #C68D41. Grayscale: #696969. Windows color (decimal): -13012290 or 12481081. OLE color: 12481081.

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

Color convert

RGB57114190-
CMYK0.70.4000.25
HSL214.29º53.85%48.43%-
HSV(B)214.29º70%74.51%-
XYZ1716.6251.03-
YUV105.62175.6293.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=15.79%
G=31.58%
B=52.63%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571141900.70.4000.25214.2953.8548.43
Hex3972BE4628019d63630
Octal71162276106500313266660
Binary111001111001010111110100011010100001100111010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3972be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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