#438290

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

Shades of Jelly Bean #438290

Tints of Jelly Bean #438290

Color information

#438290 (or 0x438290) is unknown color: approx Jelly Bean. HEX triplet: 43, 82 and 90. RGB value is (67,130,144). Sum of RGB (Red+Green+Blue) = 67+130+144=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #438290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438290 is #BC7D6F. Grayscale: #707070. Windows color (decimal): -12352880 or 9470531. OLE color: 9470531.

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

Color convert

RGB67130144-
CMYK0.530.1000.44
HSL190.91º36.49%41.37%-
HSV(B)190.91º53.47%56.47%-
XYZ15.3319.1729.28-
YUV112.76145.6395.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.65%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=19.65%
G=38.12%
B=42.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671301440.530.1000.44190.9136.4941.37
Hex43829035A02Cbf2429
Octal10320222065120542774451
Binary100001110000010100100001101011010010110010111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438290; }

 p { color: rgb(67,130,144); }

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

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

 a { background-color: rgb(67,130,144); }

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

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

 span { border-color: rgb(67,130,144); }

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