#40838F

Color #40838F Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #40838F

Tints of Jelly Bean #40838F

Color information

#40838F (or 0x40838F) is unknown color: approx Jelly Bean. HEX triplet: 40, 83 and 8F. RGB value is (64,131,143). Sum of RGB (Red+Green+Blue) = 64+131+143=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #40838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40838F is #BF7C70. Grayscale: #707070. Windows color (decimal): -12549233 or 9405248. OLE color: 9405248.

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

Color convert

RGB64131143-
CMYK0.550.0800.44
HSL189.11º38.16%40.59%-
HSV(B)189.11º55.24%56.08%-
XYZ15.1919.3128.91-
YUV112.33145.393.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=18.93%
G=38.76%
B=42.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641311430.550.0800.44189.1138.1640.59
Hex40838F37802Cbd2629
Octal10020321767100542754651
Binary100000010000011100011111101111000010110010111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40838F; }

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

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

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

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

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

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

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

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