#3981AB

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

Shades of Curious Blue #3981AB

Tints of Curious Blue #3981AB

Color information

#3981AB (or 0x3981AB) is unknown color: approx Curious Blue. HEX triplet: 39, 81 and AB. RGB value is (57,129,171). Sum of RGB (Red+Green+Blue) = 57+129+171=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #3981AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3981AB is #C67E54. Grayscale: #707070. Windows color (decimal): -13008469 or 11239737. OLE color: 11239737.

HSL color Cylindrical-coordinate representation of color #3981AB: hue angle of 202.11º 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 #3981AB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB57129171-
CMYK0.670.2500.33
HSL202.11º50%44.71%-
HSV(B)202.11º66.67%67.06%-
XYZ16.8919.5141.4-
YUV112.26161.1588.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=15.97%
G=36.13%
B=47.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571291710.670.2500.33202.115044.71
Hex3981AB4319021ca322d
Octal71201253103310413126255
Binary1110011000000110101011100001111001010000111001010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3981AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3981AB; }

 p { color: rgb(57,129,171); }

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

<style>
 a { background-color: #3981AB; }

 a { background-color: rgb(57,129,171); }

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

<style>
 span { border-color: #3981AB; }

 span { border-color: rgb(57,129,171); }

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