Html Css Color HEX #408598 Hippie Blue

📋 copy color: '#408598'

red 64 ◦ green 133 ◦ blue 152

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

Shades of Hippie Blue #408598

Tints of Hippie Blue #408598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 18.34%
G = 38.11%
B = 43.55%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408598 (or 0x408598) is known color: Hippie Blue. HEX triplet: 40, 85 and 98. RGB value is (64,133,152). Sum of RGB (Red+Green+Blue) = 64+133+152=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #408598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408598 is #BF7A67. Grayscale: #727272. Windows color (decimal): -12548712 or 9995584. OLE color: 9995584.

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

Color convert

RGB 64 133 152 -
CMYK 0.58 0.13 0 0.40
HSL 192.95º 0.41% 0.42% -
HSV(B) 192.95º 0.58% 0.6% -
XYZ 16.17 20.13 32.74 -
YUV 114.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 64 133 152 0.58 0.13 0 0.40 192.95 0.41 0.42
Hex 40 85 98 3A D 0 28 C1 29 2A
Octal 100 205 230 72 15 0 50 301 51 52
Binary 1000000 10000101 10011000 111010 1101 0 101000 11000001 101001 101010

Color Harmonies of #408598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408598

Black with #408598

Text Example


Text Example

White with #408598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408598; }

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

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

background-color css

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

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

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

border-color css

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

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

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