#3F8197

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

Shades of Hippie Blue #3F8197

Tints of Hippie Blue #3F8197

Color information

#3F8197 (or 0x3F8197) is unknown color: approx Hippie Blue. HEX triplet: 3F, 81 and 97. RGB value is (63,129,151). Sum of RGB (Red+Green+Blue) = 63+129+151=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F8197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8197 is #C07E68. Grayscale: #6F6F6F. Windows color (decimal): -12615273 or 9929023. OLE color: 9929023.

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

Color convert

RGB63129151-
CMYK0.580.1500.41
HSL195º41.12%41.96%-
HSV(B)195º58.28%59.22%-
XYZ15.4918.9932.13-
YUV111.77150.1393.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=18.37%
G=37.61%
B=44.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631291510.580.1500.4119541.1241.96
Hex3F81973AF029c3292a
Octal7720122772170513035152
Binary11111110000001100101111110101111010100111000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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