#3D879D

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

Shades of Hippie Blue #3D879D

Tints of Hippie Blue #3D879D

Color information

#3D879D (or 0x3D879D) is unknown color: approx Hippie Blue. HEX triplet: 3D, 87 and 9D. RGB value is (61,135,157). Sum of RGB (Red+Green+Blue) = 61+135+157=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D879D is #C27862. Grayscale: #737373. Windows color (decimal): -12744803 or 10323773. OLE color: 10323773.

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

Color convert

RGB61135157-
CMYK0.610.1400.38
HSL193.75º44.04%42.75%-
HSV(B)193.75º61.15%61.57%-
XYZ16.6720.7535.03-
YUV115.38151.4889.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=17.28%
G=38.24%
B=44.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611351570.610.1400.38193.7544.0442.75
Hex3D879D3DE026c22c2b
Octal7520723575160463025453
Binary11110110000111100111011111011110010011011000010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,157); }

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

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

 a { background-color: rgb(61,135,157); }

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

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

 span { border-color: rgb(61,135,157); }

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