#398396

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

Shades of Hippie Blue #398396

Tints of Hippie Blue #398396

Color information

#398396 (or 0x398396) is unknown color: approx Hippie Blue. HEX triplet: 39, 83 and 96. RGB value is (57,131,150). Sum of RGB (Red+Green+Blue) = 57+131+150=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #398396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398396 is #C67C69. Grayscale: #6E6E6E. Windows color (decimal): -13007978 or 9863993. OLE color: 9863993.

HSL color Cylindrical-coordinate representation of color #398396: hue angle of 192.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398396 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57131150-
CMYK0.620.1300.41
HSL192.26º44.93%40.59%-
HSV(B)192.26º62%58.82%-
XYZ15.3119.331.77-
YUV111.04149.9889.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=16.86%
G=38.76%
B=44.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571311500.620.1300.41192.2644.9340.59
Hex3983963ED029c02d29
Octal7120322676150513005551
Binary11100110000011100101101111101101010100111000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398396; }

 p { color: rgb(57,131,150); }

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

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

 a { background-color: rgb(57,131,150); }

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

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

 span { border-color: rgb(57,131,150); }

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