#3983B4

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

Shades of Curious Blue #3983B4

Tints of Curious Blue #3983B4

Color information

#3983B4 (or 0x3983B4) is unknown color: approx Curious Blue. HEX triplet: 39, 83 and B4. RGB value is (57,131,180). Sum of RGB (Red+Green+Blue) = 57+131+180=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #3983B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3983B4 is #C67C4B. Grayscale: #727272. Windows color (decimal): -13007948 or 11830073. OLE color: 11830073.

HSL color Cylindrical-coordinate representation of color #3983B4: hue angle of 203.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3983B4 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57131180-
CMYK0.680.2700.29
HSL203.9º51.9%46.47%-
HSV(B)203.9º68.33%70.59%-
XYZ18.0420.446.17-
YUV114.46164.9887.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.49%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 180 (70.70% from 255) = 48.91%
R=15.49%
G=35.60%
B=48.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571311800.680.2700.29203.951.946.47
Hex3983B4441B01Dcc342e
Octal71203264104330353146456
Binary111001100000111011010010001001101101110111001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3983B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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