#3982BC

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

Shades of Curious Blue #3982BC

Tints of Curious Blue #3982BC

Color information

#3982BC (or 0x3982BC) is unknown color: approx Curious Blue. HEX triplet: 39, 82 and BC. RGB value is (57,130,188). Sum of RGB (Red+Green+Blue) = 57+130+188=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3982BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3982BC is #C67D43. Grayscale: #727272. Windows color (decimal): -13008196 or 12354105. OLE color: 12354105.

HSL color Cylindrical-coordinate representation of color #3982BC: hue angle of 206.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3982BC is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57130188-
CMYK0.700.3100.26
HSL206.56º53.47%48.04%-
HSV(B)206.56º69.68%73.73%-
XYZ18.7520.4750.54-
YUV114.79169.3286.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=15.2%
G=34.67%
B=50.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571301880.700.3100.26206.5653.4748.04
Hex3982BC461F01Acf3530
Octal71202274106370323176560
Binary111001100000101011110010001101111101101011001111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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