#438896

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

Shades of Hippie Blue #438896

Tints of Hippie Blue #438896

Color information

#438896 (or 0x438896) is unknown color: approx Hippie Blue. HEX triplet: 43, 88 and 96. RGB value is (67,136,150). Sum of RGB (Red+Green+Blue) = 67+136+150=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #438896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438896 is #BC7769. Grayscale: #747474. Windows color (decimal): -12351338 or 9865283. OLE color: 9865283.

HSL color Cylindrical-coordinate representation of color #438896: hue angle of 190.12º 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 #438896 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB67136150-
CMYK0.550.0900.41
HSL190.12º38.25%42.55%-
HSV(B)190.12º55.33%58.82%-
XYZ16.622132.03-
YUV116.96146.6492.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.98%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=18.98%
G=38.53%
B=42.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal671361500.550.0900.41190.1238.2542.55
Hex438896379029be262b
Octal10321022667110512764653
Binary100001110001000100101101101111001010100110111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438896; }

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

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

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

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

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

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

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

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