Html Css Color HEX #408A98 Hippie Blue

📋 copy color: '#408A98'

red 64 ◦ green 138 ◦ blue 152

#408A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #408A98

Tints of Hippie Blue #408A98

RGB

 RED value IS 64 (25.39% from 255) = 18.08%

 GREEN value IS 138 (54.3% from 255) = 38.98%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 18.08%
G = 38.98%
B = 42.94%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408A98 (or 0x408A98) is known color: Hippie Blue. HEX triplet: 40, 8A and 98. RGB value is (64,138,152). Sum of RGB (Red+Green+Blue) = 64+138+152=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #408A98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A98 is #BF7567. Grayscale: #757575. Windows color (decimal): -12547432 or 9996864. OLE color: 9996864.

HSL color Cylindrical-coordinate representation of color #408A98: hue angle of 189.55º 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 #408A98 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 138 152 -
CMYK 0.58 0.09 0 0.40
HSL 189.55º 0.41% 0.42% -
HSV(B) 189.55º 0.58% 0.6% -
XYZ 16.87 21.53 32.97 -
YUV 117.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 64 138 152 0.58 0.09 0 0.40 189.55 0.41 0.42
Hex 40 8A 98 3A 9 0 28 BE 29 2A
Octal 100 212 230 72 11 0 50 276 51 52
Binary 1000000 10001010 10011000 111010 1001 0 101000 10111110 101001 101010

Color Harmonies of #408A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A98

Black with #408A98

Text Example


Text Example

White with #408A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408A98; }

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

 H1.HeaderClassName
 {
   color: #408A98;
 }
 .AnyTagClassName
 {
   color: #408A98;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #408A98;
 }
 .BgClassName
 {
   background-color: #408A98;
 }
</style>

border-color css

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

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

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