#3F8299

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

Shades of Hippie Blue #3F8299

Tints of Hippie Blue #3F8299

Color information

#3F8299 (or 0x3F8299) is unknown color: approx Hippie Blue. HEX triplet: 3F, 82 and 99. RGB value is (63,130,153). Sum of RGB (Red+Green+Blue) = 63+130+153=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F8299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8299 is #C07D66. Grayscale: #707070. Windows color (decimal): -12615015 or 10060351. OLE color: 10060351.

HSL color Cylindrical-coordinate representation of color #3F8299: hue angle of 195.33º 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 #3F8299 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB63130153-
CMYK0.590.1500.4
HSL195.33º41.67%42.35%-
HSV(B)195.33º58.82%60%-
XYZ15.7819.3233.03-
YUV112.59150.892.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.21%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=18.21%
G=37.57%
B=44.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631301530.590.1500.4195.3341.6742.35
Hex3F82993BF028c32a2a
Octal7720223173170503035252
Binary11111110000010100110011110111111010100011000011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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