Html Css Color HEX #408D98 Blue Chill

📋 copy color: '#408D98'

red 64 ◦ green 141 ◦ blue 152

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

Shades of Blue Chill #408D98

Tints of Blue Chill #408D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

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

R = 17.93%
G = 39.5%
B = 42.58%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408D98 (or 0x408D98) is known color: Blue Chill. HEX triplet: 40, 8D and 98. RGB value is (64,141,152). Sum of RGB (Red+Green+Blue) = 64+141+152=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #408D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408D98 is #BF7267. Grayscale: #777777. Windows color (decimal): -12546664 or 9997632. OLE color: 9997632.

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

Color convert

RGB 64 141 152 -
CMYK 0.58 0.07 0 0.40
HSL 187.5º 0.41% 0.42% -
HSV(B) 187.5º 0.58% 0.6% -
XYZ 17.31 22.41 33.12 -
YUV 119.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 64 141 152 0.58 0.07 0 0.40 187.5 0.41 0.42
Hex 40 8D 98 3A 7 0 28 BC 29 2A
Octal 100 215 230 72 7 0 50 274 51 52
Binary 1000000 10001101 10011000 111010 111 0 101000 10111100 101001 101010

Color Harmonies of #408D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D98

Black with #408D98

Text Example


Text Example

White with #408D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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