#3980CD

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

Shades of Curious Blue #3980CD

Tints of Curious Blue #3980CD

Color information

#3980CD (or 0x3980CD) is unknown color: approx Curious Blue. HEX triplet: 39, 80 and CD. RGB value is (57,128,205). Sum of RGB (Red+Green+Blue) = 57+128+205=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #3980CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980CD is #C67F32. Grayscale: #737373. Windows color (decimal): -13008691 or 13467705. OLE color: 13467705.

HSL color Cylindrical-coordinate representation of color #3980CD: hue angle of 211.22º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3980CD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57128205-
CMYK0.720.3800.20
HSL211.22º59.68%51.37%-
HSV(B)211.22º72.2%80.39%-
XYZ20.4320.7260.68-
YUV115.55178.4886.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.62%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=14.62%
G=32.82%
B=52.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571282050.720.3800.20211.2259.6851.37
Hex3980CD4826014d33c33
Octal71200315110460243237463
Binary1110011000000011001101100100010011001010011010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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