#43808D

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

Shades of Jelly Bean #43808D

Tints of Jelly Bean #43808D

Color information

#43808D (or 0x43808D) is unknown color: approx Jelly Bean. HEX triplet: 43, 80 and 8D. RGB value is (67,128,141). Sum of RGB (Red+Green+Blue) = 67+128+141=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #43808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43808D is #BC7F72. Grayscale: #6F6F6F. Windows color (decimal): -12353395 or 9273411. OLE color: 9273411.

HSL color Cylindrical-coordinate representation of color #43808D: hue angle of 190.54º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43808D is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67128141-
CMYK0.520.0900.45
HSL190.54º35.58%40.78%-
HSV(B)190.54º52.48%55.29%-
XYZ14.8418.5528-
YUV111.24144.7996.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=19.94%
G=38.10%
B=41.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671281410.520.0900.45190.5435.5840.78
Hex43808D34902Dbf2429
Octal10320021564110552774451
Binary100001110000000100011011101001001010110110111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43808D; }

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

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

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

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

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

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

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

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