#437F94

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

Shades of Jelly Bean #437F94

Tints of Jelly Bean #437F94

Color information

#437F94 (or 0x437F94) is unknown color: approx Jelly Bean. HEX triplet: 43, 7F and 94. RGB value is (67,127,148). Sum of RGB (Red+Green+Blue) = 67+127+148=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #437F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437F94 is #BC806B. Grayscale: #6F6F6F. Windows color (decimal): -12353644 or 9731907. OLE color: 9731907.

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

Color convert

RGB67127148-
CMYK0.550.1400.42
HSL195.56º37.67%42.16%-
HSV(B)195.56º54.73%58.04%-
XYZ15.2518.5130.79-
YUV111.45148.6296.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.59%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=19.59%
G=37.13%
B=43.27%

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
Decimal671271480.550.1400.42195.5637.6742.16
Hex437F9437E02Ac4262a
Octal10317722467160523044652
Binary10000111111111100101001101111110010101011000100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437F94; }

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

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

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

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

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

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

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

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