#3C7E8B

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

Shades of Jelly Bean #3C7E8B

Tints of Jelly Bean #3C7E8B

Color information

#3C7E8B (or 0x3C7E8B) is unknown color: approx Jelly Bean. HEX triplet: 3C, 7E and 8B. RGB value is (60,126,139). Sum of RGB (Red+Green+Blue) = 60+126+139=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C7E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7E8B is #C38174. Grayscale: #6B6B6B. Windows color (decimal): -12812661 or 9141820. OLE color: 9141820.

HSL color Cylindrical-coordinate representation of color #3C7E8B: hue angle of 189.87º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C7E8B is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB60126139-
CMYK0.570.0900.45
HSL189.87º39.7%39.02%-
HSV(B)189.87º56.83%54.51%-
XYZ13.9817.7527.11-
YUV107.75145.6393.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=18.46%
G=38.77%
B=42.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601261390.570.0900.45189.8739.739.02
Hex3C7E8B39902Dbe2827
Octal7417621371110552765047
Binary1111001111110100010111110011001010110110111110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,139); }

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

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

 a { background-color: rgb(60,126,139); }

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

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

 span { border-color: rgb(60,126,139); }

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