#3D819E

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

Shades of Hippie Blue #3D819E

Tints of Hippie Blue #3D819E

Color information

#3D819E (or 0x3D819E) is unknown color: approx Hippie Blue. HEX triplet: 3D, 81 and 9E. RGB value is (61,129,158). Sum of RGB (Red+Green+Blue) = 61+129+158=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D819E is #C27E61. Grayscale: #6F6F6F. Windows color (decimal): -12746338 or 10387773. OLE color: 10387773.

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

Color convert

RGB61129158-
CMYK0.610.1800.38
HSL197.94º44.29%42.94%-
HSV(B)197.94º61.39%61.96%-
XYZ15.9519.1635.21-
YUV111.97153.9791.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.53%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=17.53%
G=37.07%
B=45.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611291580.610.1800.38197.9444.2942.94
Hex3D819E3D12026c62c2b
Octal7520123675220463065453
Binary111101100000011001111011110110010010011011000110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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