#3C7C8A

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

Shades of Jelly Bean #3C7C8A

Tints of Jelly Bean #3C7C8A

Color information

#3C7C8A (or 0x3C7C8A) is unknown color: approx Jelly Bean. HEX triplet: 3C, 7C and 8A. RGB value is (60,124,138). Sum of RGB (Red+Green+Blue) = 60+124+138=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C7C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7C8A is #C38375. Grayscale: #6A6A6A. Windows color (decimal): -12813174 or 9075772. OLE color: 9075772.

HSL color Cylindrical-coordinate representation of color #3C7C8A: hue angle of 190.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C7C8A is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB60124138-
CMYK0.570.1000.46
HSL190.77º39.39%38.82%-
HSV(B)190.77º56.52%54.12%-
XYZ13.6617.2126.65-
YUV106.46145.894.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=18.63%
G=38.51%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601241380.570.1000.46190.7739.3938.82
Hex3C7C8A39A02Ebf2727
Octal7417421271120562774747
Binary1111001111100100010101110011010010111010111111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,138); }

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

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

 a { background-color: rgb(60,124,138); }

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

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

 span { border-color: rgb(60,124,138); }

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