#408298

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

Shades of Hippie Blue #408298

Tints of Hippie Blue #408298

Color information

#408298 (or 0x408298) is unknown color: approx Hippie Blue. HEX triplet: 40, 82 and 98. RGB value is (64,130,152). Sum of RGB (Red+Green+Blue) = 64+130+152=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #408298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408298 is #BF7D67. Grayscale: #707070. Windows color (decimal): -12549480 or 9994816. OLE color: 9994816.

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

Color convert

RGB64130152-
CMYK0.580.1400.40
HSL195º40.74%42.35%-
HSV(B)195º57.89%59.61%-
XYZ15.7619.3232.6-
YUV112.77150.1393.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=18.50%
G=37.57%
B=43.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641301520.580.1400.4019540.7442.35
Hex4082983AE028c3292a
Octal10020223072160503035152
Binary100000010000010100110001110101110010100011000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408298; }

 p { color: rgb(64,130,152); }

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

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

 a { background-color: rgb(64,130,152); }

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

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

 span { border-color: rgb(64,130,152); }

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