#438590

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

Shades of Hippie Blue #438590

Tints of Hippie Blue #438590

Color information

#438590 (or 0x438590) is unknown color: approx Hippie Blue. HEX triplet: 43, 85 and 90. RGB value is (67,133,144). Sum of RGB (Red+Green+Blue) = 67+133+144=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #438590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438590 is #BC7A6F. Grayscale: #727272. Windows color (decimal): -12352112 or 9471299. OLE color: 9471299.

HSL color Cylindrical-coordinate representation of color #438590: hue angle of 188.57º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438590 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB67133144-
CMYK0.530.0800.44
HSL188.57º36.49%41.37%-
HSV(B)188.57º53.47%56.47%-
XYZ15.7419.9829.41-
YUV114.52144.6394.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=19.48%
G=38.66%
B=41.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671331440.530.0800.44188.5736.4941.37
Hex43859035802Cbd2429
Octal10320522065100542754451
Binary100001110000101100100001101011000010110010111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438590; }

 p { color: rgb(67,133,144); }

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

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

 a { background-color: rgb(67,133,144); }

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

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

 span { border-color: rgb(67,133,144); }

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