#3B809F

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

Shades of Hippie Blue #3B809F

Tints of Hippie Blue #3B809F

Color information

#3B809F (or 0x3B809F) is unknown color: approx Hippie Blue. HEX triplet: 3B, 80 and 9F. RGB value is (59,128,159). Sum of RGB (Red+Green+Blue) = 59+128+159=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B809F is #C47F60. Grayscale: #6E6E6E. Windows color (decimal): -12877665 or 10453051. OLE color: 10453051.

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

Color convert

RGB59128159-
CMYK0.630.1900.38
HSL198.6º45.87%42.75%-
HSV(B)198.6º62.89%62.35%-
XYZ15.7818.8735.61-
YUV110.9155.1490.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=17.05%
G=36.99%
B=45.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591281590.630.1900.38198.645.8742.75
Hex3B809F3F13026c72e2b
Octal7320023777230463075653
Binary111011100000001001111111111110011010011011000111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,128,159); }

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

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

 a { background-color: rgb(59,128,159); }

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

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

 span { border-color: rgb(59,128,159); }

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