Html Css Color HEX #408390 Jelly Bean

📋 copy color: '#408390'

red 64 ◦ green 131 ◦ blue 144

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

Shades of Jelly Bean #408390

Tints of Jelly Bean #408390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 18.88%
G = 38.64%
B = 42.48%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#408390 (or 0x408390) is known color: Jelly Bean. HEX triplet: 40, 83 and 90. RGB value is (64,131,144). Sum of RGB (Red+Green+Blue) = 64+131+144=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #408390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408390 is #BF7C6F. Grayscale: #707070. Windows color (decimal): -12549232 or 9470784. OLE color: 9470784.

HSL color Cylindrical-coordinate representation of color #408390: hue angle of 189.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408390 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 131 144 -
CMYK 0.56 0.09 0 0.44
HSL 189.75º 0.38% 0.41% -
HSV(B) 189.75º 0.56% 0.56% -
XYZ 15.26 19.34 29.31 -
YUV 112.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 64 131 144 0.56 0.09 0 0.44 189.75 0.38 0.41
Hex 40 83 90 38 9 0 2C BE 26 29
Octal 100 203 220 70 11 0 54 276 46 51
Binary 1000000 10000011 10010000 111000 1001 0 101100 10111110 100110 101001

Color Harmonies of #408390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408390

Black with #408390

Text Example


Text Example

White with #408390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408390; }

 p { color: rgb(64,131,144); }

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

background-color css

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

 a { background-color: rgb(64,131,144); }

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

border-color css

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

 span { border-color: rgb(64,131,144); }

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