#438296

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

Shades of Hippie Blue #438296

Tints of Hippie Blue #438296

Color information

#438296 (or 0x438296) is unknown color: approx Hippie Blue. HEX triplet: 43, 82 and 96. RGB value is (67,130,150). Sum of RGB (Red+Green+Blue) = 67+130+150=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #438296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438296 is #BC7D69. Grayscale: #717171. Windows color (decimal): -12352874 or 9863747. OLE color: 9863747.

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

Color convert

RGB67130150-
CMYK0.550.1300.41
HSL194.46º38.25%42.55%-
HSV(B)194.46º55.33%58.82%-
XYZ15.819.3631.76-
YUV113.44148.6394.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.31%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=19.31%
G=37.46%
B=43.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal671301500.550.1300.41194.4638.2542.55
Hex43829637D029c2262b
Octal10320222667150513024653
Binary100001110000010100101101101111101010100111000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438296; }

 p { color: rgb(67,130,150); }

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

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

 a { background-color: rgb(67,130,150); }

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

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

 span { border-color: rgb(67,130,150); }

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