#3F8199

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

Shades of Hippie Blue #3F8199

Tints of Hippie Blue #3F8199

Color information

#3F8199 (or 0x3F8199) is unknown color: approx Hippie Blue. HEX triplet: 3F, 81 and 99. RGB value is (63,129,153). Sum of RGB (Red+Green+Blue) = 63+129+153=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F8199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8199 is #C07E66. Grayscale: #6F6F6F. Windows color (decimal): -12615271 or 10060095. OLE color: 10060095.

HSL color Cylindrical-coordinate representation of color #3F8199: hue angle of 196º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F8199 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB63129153-
CMYK0.590.1600.4
HSL196º41.67%42.35%-
HSV(B)196º58.82%60%-
XYZ15.6519.0632.99-
YUV112151.1393.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=18.26%
G=37.39%
B=44.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631291530.590.1600.419641.6742.35
Hex3F81993B10028c42a2a
Octal7720123173200503045252
Binary111111100000011001100111101110000010100011000100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8199; }

 p { color: rgb(63,129,153); }

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

<style>
 a { background-color: #3F8199; }

 a { background-color: rgb(63,129,153); }

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

<style>
 span { border-color: #3F8199; }

 span { border-color: rgb(63,129,153); }

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