#438495

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

Shades of Hippie Blue #438495

Tints of Hippie Blue #438495

Color information

#438495 (or 0x438495) is unknown color: approx Hippie Blue. HEX triplet: 43, 84 and 95. RGB value is (67,132,149). Sum of RGB (Red+Green+Blue) = 67+132+149=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #438495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438495 is #BC7B6A. Grayscale: #727272. Windows color (decimal): -12352363 or 9798723. OLE color: 9798723.

HSL color Cylindrical-coordinate representation of color #438495: hue angle of 192.44º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438495 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67132149-
CMYK0.550.1100.42
HSL192.44º37.96%42.35%-
HSV(B)192.44º55.03%58.43%-
XYZ15.9919.8731.43-
YUV114.5147.4794.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.25%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=19.25%
G=37.93%
B=42.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671321490.550.1100.42192.4437.9642.35
Hex43849537B02Ac0262a
Octal10320422567130523004652
Binary100001110000100100101011101111011010101011000000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438495; }

 p { color: rgb(67,132,149); }

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

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

 a { background-color: rgb(67,132,149); }

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

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

 span { border-color: rgb(67,132,149); }

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