#3F8491

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

Shades of Hippie Blue #3F8491

Tints of Hippie Blue #3F8491

Color information

#3F8491 (or 0x3F8491) is unknown color: approx Hippie Blue. HEX triplet: 3F, 84 and 91. RGB value is (63,132,145). Sum of RGB (Red+Green+Blue) = 63+132+145=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F8491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8491 is #C07B6E. Grayscale: #707070. Windows color (decimal): -12614511 or 9536575. OLE color: 9536575.

HSL color Cylindrical-coordinate representation of color #3F8491: hue angle of 189.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F8491 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB63132145-
CMYK0.570.0900.43
HSL189.51º39.42%40.78%-
HSV(B)189.51º56.55%56.86%-
XYZ15.4119.629.76-
YUV112.85146.1492.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=18.53%
G=38.82%
B=42.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631321450.570.0900.43189.5139.4240.78
Hex3F849139902Bbe2729
Octal7720422171110532764751
Binary11111110000100100100011110011001010101110111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,132,145); }

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

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

 a { background-color: rgb(63,132,145); }

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

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

 span { border-color: rgb(63,132,145); }

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