#3981A0

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

Shades of Hippie Blue #3981A0

Tints of Hippie Blue #3981A0

Color information

#3981A0 (or 0x3981A0) is unknown color: approx Hippie Blue. HEX triplet: 39, 81 and A0. RGB value is (57,129,160). Sum of RGB (Red+Green+Blue) = 57+129+160=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #3981A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3981A0 is #C67E5F. Grayscale: #6E6E6E. Windows color (decimal): -13008480 or 10518841. OLE color: 10518841.

HSL color Cylindrical-coordinate representation of color #3981A0: hue angle of 198.06º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3981A0 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB57129160-
CMYK0.640.1900.37
HSL198.06º47.47%42.55%-
HSV(B)198.06º64.38%62.75%-
XYZ15.8819.1136.11-
YUV111.01155.6589.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 160 (62.89% from 255) = 46.24%
R=16.47%
G=37.28%
B=46.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal571291600.640.1900.37198.0647.4742.55
Hex3981A04013025c62f2b
Octal71201240100230453065753
Binary1110011000000110100000100000010011010010111000110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3981A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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