#3981CA

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

Shades of Curious Blue #3981CA

Tints of Curious Blue #3981CA

Color information

#3981CA (or 0x3981CA) is unknown color: approx Curious Blue. HEX triplet: 39, 81 and CA. RGB value is (57,129,202). Sum of RGB (Red+Green+Blue) = 57+129+202=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3981CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3981CA is #C67E35. Grayscale: #737373. Windows color (decimal): -13008438 or 13271353. OLE color: 13271353.

HSL color Cylindrical-coordinate representation of color #3981CA: hue angle of 210.21º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3981CA is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57129202-
CMYK0.720.3600.21
HSL210.21º57.77%50.78%-
HSV(B)210.21º71.78%79.22%-
XYZ20.220.8358.83-
YUV115.79176.6586.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=14.69%
G=33.25%
B=52.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571292020.720.3600.21210.2157.7750.78
Hex3981CA4824015d23a33
Octal71201312110440253227263
Binary1110011000000111001010100100010010001010111010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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