#3A809B

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

Shades of Hippie Blue #3A809B

Tints of Hippie Blue #3A809B

Color information

#3A809B (or 0x3A809B) is unknown color: approx Hippie Blue. HEX triplet: 3A, 80 and 9B. RGB value is (58,128,155). Sum of RGB (Red+Green+Blue) = 58+128+155=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A809B is #C57F64. Grayscale: #6D6D6D. Windows color (decimal): -12943205 or 10190906. OLE color: 10190906.

HSL color Cylindrical-coordinate representation of color #3A809B: hue angle of 196.7º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A809B is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58128155-
CMYK0.630.1700.39
HSL196.7º45.54%41.76%-
HSV(B)196.7º62.58%60.78%-
XYZ15.3818.733.81-
YUV110.15153.3190.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.01%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=17.01%
G=37.54%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581281550.630.1700.39196.745.5441.76
Hex3A809B3F11027c52e2a
Octal7220023377210473055652
Binary111010100000001001101111111110001010011111000101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,128,155); }

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

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

 a { background-color: rgb(58,128,155); }

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

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

 span { border-color: rgb(58,128,155); }

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