#438095

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

Shades of Jelly Bean #438095

Tints of Jelly Bean #438095

Color information

#438095 (or 0x438095) is unknown color: approx Jelly Bean. HEX triplet: 43, 80 and 95. RGB value is (67,128,149). Sum of RGB (Red+Green+Blue) = 67+128+149=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #438095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438095 is #BC7F6A. Grayscale: #707070. Windows color (decimal): -12353387 or 9797699. OLE color: 9797699.

HSL color Cylindrical-coordinate representation of color #438095: hue angle of 195.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438095 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67128149-
CMYK0.550.1400.42
HSL195.37º37.96%42.35%-
HSV(B)195.37º55.03%58.43%-
XYZ15.4618.831.25-
YUV112.16148.7995.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=19.48%
G=37.21%
B=43.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671281490.550.1400.42195.3737.9642.35
Hex43809537E02Ac3262a
Octal10320022567160523034652
Binary100001110000000100101011101111110010101011000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438095; }

 p { color: rgb(67,128,149); }

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

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

 a { background-color: rgb(67,128,149); }

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

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

 span { border-color: rgb(67,128,149); }

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