Html Css Color HEX #40838F Jelly Bean

📋 copy color: '#40838F'

red 64 ◦ green 131 ◦ blue 143

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

Shades of Jelly Bean #40838F

Tints of Jelly Bean #40838F

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 value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40838F (or 0x40838F) is known color: 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

RGB 64 131 143 -
CMYK 0.55 0.08 0 0.44
HSL 189.11º 0.38% 0.41% -
HSV(B) 189.11º 0.55% 0.56% -
XYZ 15.19 19.31 28.91 -
YUV 112.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 64 131 143 0.55 0.08 0 0.44 189.11 0.38 0.41
Hex 40 83 8F 37 8 0 2C BD 26 29
Octal 100 203 217 67 10 0 54 275 46 51
Binary 1000000 10000011 10001111 110111 1000 0 101100 10111101 100110 101001

Color Harmonies of #40838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40838F

Black with #40838F

Text Example


Text Example

White with #40838F

Text Example


Text Example

HTML Codes & Css Web 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>