#3F7E9E

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

Shades of Hippie Blue #3F7E9E

Tints of Hippie Blue #3F7E9E

Color information

#3F7E9E (or 0x3F7E9E) is unknown color: approx Hippie Blue. HEX triplet: 3F, 7E and 9E. RGB value is (63,126,158). Sum of RGB (Red+Green+Blue) = 63+126+158=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F7E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7E9E is #C08161. Grayscale: #6E6E6E. Windows color (decimal): -12616034 or 10387007. OLE color: 10387007.

HSL color Cylindrical-coordinate representation of color #3F7E9E: hue angle of 200.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F7E9E is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63126158-
CMYK0.600.2000.38
HSL200.21º42.99%43.33%-
HSV(B)200.21º60.13%61.96%-
XYZ15.6818.4535.08-
YUV110.81154.6393.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=18.16%
G=36.31%
B=45.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631261580.600.2000.38200.2142.9943.33
Hex3F7E9E3C14026c82b2b
Octal7717623674240463105353
Binary11111111111101001111011110010100010011011001000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,158); }

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

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

 a { background-color: rgb(63,126,158); }

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

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

 span { border-color: rgb(63,126,158); }

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