#3982B7

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

Shades of Curious Blue #3982B7

Tints of Curious Blue #3982B7

Color information

#3982B7 (or 0x3982B7) is unknown color: approx Curious Blue. HEX triplet: 39, 82 and B7. RGB value is (57,130,183). Sum of RGB (Red+Green+Blue) = 57+130+183=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #3982B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982B7 is #C67D48. Grayscale: #717171. Windows color (decimal): -13008201 or 12026425. OLE color: 12026425.

HSL color Cylindrical-coordinate representation of color #3982B7: hue angle of 205.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3982B7 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB57130183-
CMYK0.690.2900.28
HSL205.24º52.5%47.06%-
HSV(B)205.24º68.85%71.76%-
XYZ18.2220.2547.75-
YUV114.22166.8287.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 183 (71.88% from 255) = 49.46%
R=15.41%
G=35.14%
B=49.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571301830.690.2900.28205.2452.547.06
Hex3982B7451D01Ccd342f
Octal71202267105350343156457
Binary111001100000101011011110001011110101110011001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3982B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3982B7; }

 p { color: rgb(57,130,183); }

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

<style>
 a { background-color: #3982B7; }

 a { background-color: rgb(57,130,183); }

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

<style>
 span { border-color: #3982B7; }

 span { border-color: rgb(57,130,183); }

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