#3984D5

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

Shades of Curious Blue #3984D5

Tints of Curious Blue #3984D5

Color information

#3984D5 (or 0x3984D5) is unknown color: approx Curious Blue. HEX triplet: 39, 84 and D5. RGB value is (57,132,213). Sum of RGB (Red+Green+Blue) = 57+132+213=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #3984D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3984D5 is #C67B2A. Grayscale: #767676. Windows color (decimal): -13007659 or 13993017. OLE color: 13993017.

HSL color Cylindrical-coordinate representation of color #3984D5: hue angle of 211.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3984D5 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB57132213-
CMYK0.730.3800.16
HSL211.15º65%52.94%-
HSV(B)211.15º73.24%83.53%-
XYZ21.9522.1866.07-
YUV118.81181.1583.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.18%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 213 (83.59% from 255) = 52.99%
R=14.18%
G=32.84%
B=52.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal571322130.730.3800.16211.156552.94
Hex3984D54926010d34135
Octal712043251114602032310165
Binary11100110000100110101011001001100110010000110100111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3984D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3984D5; }

 p { color: rgb(57,132,213); }

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

<style>
 a { background-color: #3984D5; }

 a { background-color: rgb(57,132,213); }

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

<style>
 span { border-color: #3984D5; }

 span { border-color: rgb(57,132,213); }

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