#438292

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

Shades of Hippie Blue #438292

Tints of Hippie Blue #438292

Color information

#438292 (or 0x438292) is unknown color: approx Hippie Blue. HEX triplet: 43, 82 and 92. RGB value is (67,130,146). Sum of RGB (Red+Green+Blue) = 67+130+146=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #438292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438292 is #BC7D6D. Grayscale: #707070. Windows color (decimal): -12352878 or 9601603. OLE color: 9601603.

HSL color Cylindrical-coordinate representation of color #438292: hue angle of 192.15º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438292 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB67130146-
CMYK0.540.1100.43
HSL192.15º37.09%41.76%-
HSV(B)192.15º54.11%57.25%-
XYZ15.4919.2330.09-
YUV112.99146.6395.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=19.53%
G=37.90%
B=42.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal671301460.540.1100.43192.1537.0941.76
Hex43829236B02Bc0252a
Octal10320222266130533004552
Binary100001110000010100100101101101011010101111000000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438292; }

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

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

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

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

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

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

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

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