#438398

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

Shades of Hippie Blue #438398

Tints of Hippie Blue #438398

Color information

#438398 (or 0x438398) is unknown color: approx Hippie Blue. HEX triplet: 43, 83 and 98. RGB value is (67,131,152). Sum of RGB (Red+Green+Blue) = 67+131+152=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #438398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438398 is #BC7C67. Grayscale: #727272. Windows color (decimal): -12352616 or 9995075. OLE color: 9995075.

HSL color Cylindrical-coordinate representation of color #438398: hue angle of 194.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #438398 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB67131152-
CMYK0.560.1400.40
HSL194.82º38.81%42.94%-
HSV(B)194.82º55.92%59.61%-
XYZ16.119.6932.66-
YUV114.26149.394.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 152 (59.77% from 255) = 43.43%
R=19.14%
G=37.43%
B=43.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671311520.560.1400.40194.8238.8142.94
Hex43839838E028c3272b
Octal10320323070160503034753
Binary100001110000011100110001110001110010100011000011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438398; }

 p { color: rgb(67,131,152); }

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

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

 a { background-color: rgb(67,131,152); }

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

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

 span { border-color: rgb(67,131,152); }

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