#438194

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

Shades of Jelly Bean #438194

Tints of Jelly Bean #438194

Color information

#438194 (or 0x438194) is unknown color: approx Jelly Bean. HEX triplet: 43, 81 and 94. RGB value is (67,129,148). Sum of RGB (Red+Green+Blue) = 67+129+148=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #438194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438194 is #BC7E6B. Grayscale: #707070. Windows color (decimal): -12353132 or 9732419. OLE color: 9732419.

HSL color Cylindrical-coordinate representation of color #438194: hue angle of 194.07º 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 #438194 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67129148-
CMYK0.550.1300.42
HSL194.07º37.67%42.16%-
HSV(B)194.07º54.73%58.04%-
XYZ15.5119.0330.87-
YUV112.63147.9695.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=19.48%
G=37.5%
B=43.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671291480.550.1300.42194.0737.6742.16
Hex43819437D02Ac2262a
Octal10320122467150523024652
Binary100001110000001100101001101111101010101011000010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438194; }

 p { color: rgb(67,129,148); }

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

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

 a { background-color: rgb(67,129,148); }

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

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

 span { border-color: rgb(67,129,148); }

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