#3D869E

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

Shades of Hippie Blue #3D869E

Tints of Hippie Blue #3D869E

Color information

#3D869E (or 0x3D869E) is unknown color: approx Hippie Blue. HEX triplet: 3D, 86 and 9E. RGB value is (61,134,158). Sum of RGB (Red+Green+Blue) = 61+134+158=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D869E is #C27961. Grayscale: #727272. Windows color (decimal): -12745058 or 10389053. OLE color: 10389053.

HSL color Cylindrical-coordinate representation of color #3D869E: hue angle of 194.85º 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 #3D869E is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61134158-
CMYK0.610.1500.38
HSL194.85º44.29%42.94%-
HSV(B)194.85º61.39%61.96%-
XYZ16.6220.5135.43-
YUV114.91152.3289.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=17.28%
G=37.96%
B=44.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611341580.610.1500.38194.8544.2942.94
Hex3D869E3DF026c32c2b
Octal7520623675170463035453
Binary11110110000110100111101111011111010011011000011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,158); }

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

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

 a { background-color: rgb(61,134,158); }

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

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

 span { border-color: rgb(61,134,158); }

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