#438195

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

Shades of Hippie Blue #438195

Tints of Hippie Blue #438195

Color information

#438195 (or 0x438195) is unknown color: approx Hippie Blue. HEX triplet: 43, 81 and 95. RGB value is (67,129,149). Sum of RGB (Red+Green+Blue) = 67+129+149=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #438195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438195 is #BC7E6A. Grayscale: #707070. Windows color (decimal): -12353131 or 9797955. OLE color: 9797955.

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

Color convert

RGB67129149-
CMYK0.550.1300.42
HSL194.63º37.96%42.35%-
HSV(B)194.63º55.03%58.43%-
XYZ15.5919.0631.29-
YUV112.74148.4695.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.42%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=19.42%
G=37.39%
B=43.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671291490.550.1300.42194.6337.9642.35
Hex43819537D02Ac3262a
Octal10320122567150523034652
Binary100001110000001100101011101111101010101011000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438195; }

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

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

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

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

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

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

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

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