#3980AD

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

Shades of Curious Blue #3980AD

Tints of Curious Blue #3980AD

Color information

#3980AD (or 0x3980AD) is unknown color: approx Curious Blue. HEX triplet: 39, 80 and AD. RGB value is (57,128,173). Sum of RGB (Red+Green+Blue) = 57+128+173=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3980AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3980AD is #C67F52. Grayscale: #6F6F6F. Windows color (decimal): -13008723 or 11370553. OLE color: 11370553.

HSL color Cylindrical-coordinate representation of color #3980AD: hue angle of 203.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3980AD is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57128173-
CMYK0.670.2600.32
HSL203.28º50.43%45.1%-
HSV(B)203.28º67.05%67.84%-
XYZ16.9519.3342.37-
YUV111.9162.4888.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=15.92%
G=35.75%
B=48.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571281730.670.2600.32203.2850.4345.1
Hex3980AD431A020cb322d
Octal71200255103320403136255
Binary1110011000000010101101100001111010010000011001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3980AD; }

 p { color: rgb(57,128,173); }

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

<style>
 a { background-color: #3980AD; }

 a { background-color: rgb(57,128,173); }

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

<style>
 span { border-color: #3980AD; }

 span { border-color: rgb(57,128,173); }

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