#3C7D90

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

Shades of Jelly Bean #3C7D90

Tints of Jelly Bean #3C7D90

Color information

#3C7D90 (or 0x3C7D90) is unknown color: approx Jelly Bean. HEX triplet: 3C, 7D and 90. RGB value is (60,125,144). Sum of RGB (Red+Green+Blue) = 60+125+144=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C7D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7D90 is #C3826F. Grayscale: #6B6B6B. Windows color (decimal): -12812912 or 9469244. OLE color: 9469244.

HSL color Cylindrical-coordinate representation of color #3C7D90: hue angle of 193.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7D90 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60125144-
CMYK0.580.1300.44
HSL193.57º41.18%40%-
HSV(B)193.57º58.33%56.47%-
XYZ14.2317.6429.04-
YUV107.73148.4793.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=18.24%
G=37.99%
B=43.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601251440.580.1300.44193.5741.1840
Hex3C7D903AD02Cc22928
Octal7417522072150543025150
Binary1111001111101100100001110101101010110011000010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7D90; }

 p { color: rgb(60,125,144); }

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

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

 a { background-color: rgb(60,125,144); }

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

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

 span { border-color: rgb(60,125,144); }

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