#3D7F9F

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

Shades of Hippie Blue #3D7F9F

Tints of Hippie Blue #3D7F9F

Color information

#3D7F9F (or 0x3D7F9F) is unknown color: approx Hippie Blue. HEX triplet: 3D, 7F and 9F. RGB value is (61,127,159). Sum of RGB (Red+Green+Blue) = 61+127+159=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D7F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F9F is #C28060. Grayscale: #6E6E6E. Windows color (decimal): -12746849 or 10452797. OLE color: 10452797.

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

Color convert

RGB61127159-
CMYK0.620.2000.38
HSL199.59º44.55%43.14%-
HSV(B)199.59º61.64%62.35%-
XYZ15.7718.6735.57-
YUV110.91155.1392.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.58%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=17.58%
G=36.60%
B=45.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611271590.620.2000.38199.5944.5543.14
Hex3D7F9F3E14026c82d2b
Octal7517723776240463105553
Binary11110111111111001111111111010100010011011001000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,159); }

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

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

 a { background-color: rgb(61,127,159); }

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

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

 span { border-color: rgb(61,127,159); }

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