#3981AF

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

Shades of Curious Blue #3981AF

Tints of Curious Blue #3981AF

Color information

#3981AF (or 0x3981AF) is unknown color: approx Curious Blue. HEX triplet: 39, 81 and AF. RGB value is (57,129,175). Sum of RGB (Red+Green+Blue) = 57+129+175=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #3981AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3981AF is #C67E50. Grayscale: #707070. Windows color (decimal): -13008465 or 11501881. OLE color: 11501881.

HSL color Cylindrical-coordinate representation of color #3981AF: hue angle of 203.39º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3981AF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57129175-
CMYK0.670.2600.31
HSL203.39º50.86%45.49%-
HSV(B)203.39º67.43%68.63%-
XYZ17.2819.6743.44-
YUV112.72163.1588.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=15.79%
G=35.73%
B=48.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571291750.670.2600.31203.3950.8645.49
Hex3981AF431A01Fcb332d
Octal71201257103320373136355
Binary111001100000011010111110000111101001111111001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3981AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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