#3982C1

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

Shades of Curious Blue #3982C1

Tints of Curious Blue #3982C1

Color information

#3982C1 (or 0x3982C1) is unknown color: approx Curious Blue. HEX triplet: 39, 82 and C1. RGB value is (57,130,193). Sum of RGB (Red+Green+Blue) = 57+130+193=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #3982C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982C1 is #C67D3E. Grayscale: #737373. Windows color (decimal): -13008191 or 12681785. OLE color: 12681785.

HSL color Cylindrical-coordinate representation of color #3982C1: hue angle of 207.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3982C1 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57130193-
CMYK0.700.3300.24
HSL207.79º54.4%49.02%-
HSV(B)207.79º70.47%75.69%-
XYZ19.320.6953.43-
YUV115.36171.8286.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=15%
G=34.21%
B=50.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571301930.700.3300.24207.7954.449.02
Hex3982C14621018d03631
Octal71202301106410303206661
Binary1110011000001011000001100011010000101100011010000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3982C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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