#3983AC

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

Shades of Curious Blue #3983AC

Tints of Curious Blue #3983AC

Color information

#3983AC (or 0x3983AC) is unknown color: approx Curious Blue. HEX triplet: 39, 83 and AC. RGB value is (57,131,172). Sum of RGB (Red+Green+Blue) = 57+131+172=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #3983AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3983AC is #C67C53. Grayscale: #717171. Windows color (decimal): -13007956 or 11305785. OLE color: 11305785.

HSL color Cylindrical-coordinate representation of color #3983AC: hue angle of 201.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3983AC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57131172-
CMYK0.670.2400.33
HSL201.39º50.22%44.9%-
HSV(B)201.39º66.86%67.45%-
XYZ17.2520.0842-
YUV113.55160.9887.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.83%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=15.83%
G=36.39%
B=47.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571311720.670.2400.33201.3950.2244.9
Hex3983AC4318021c9322d
Octal71203254103300413116255
Binary1110011000001110101100100001111000010000111001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3983AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3983AC; }

 p { color: rgb(57,131,172); }

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

<style>
 a { background-color: #3983AC; }

 a { background-color: rgb(57,131,172); }

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

<style>
 span { border-color: #3983AC; }

 span { border-color: rgb(57,131,172); }

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