#3B849D

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

Shades of Hippie Blue #3B849D

Tints of Hippie Blue #3B849D

Color information

#3B849D (or 0x3B849D) is unknown color: approx Hippie Blue. HEX triplet: 3B, 84 and 9D. RGB value is (59,132,157). Sum of RGB (Red+Green+Blue) = 59+132+157=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B849D is #C47B62. Grayscale: #707070. Windows color (decimal): -12876643 or 10323003. OLE color: 10323003.

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

Color convert

RGB59132157-
CMYK0.620.1600.38
HSL195.31º45.37%42.35%-
HSV(B)195.31º62.42%61.57%-
XYZ16.1419.8734.88-
YUV113.02152.8289.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=16.95%
G=37.93%
B=45.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591321570.620.1600.38195.3145.3742.35
Hex3B849D3E10026c32d2a
Octal7320423576200463035552
Binary111011100001001001110111111010000010011011000011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,157); }

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

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

 a { background-color: rgb(59,132,157); }

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

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

 span { border-color: rgb(59,132,157); }

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