#3A7C9B

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

Shades of Jelly Bean #3A7C9B

Tints of Jelly Bean #3A7C9B

Color information

#3A7C9B (or 0x3A7C9B) is unknown color: approx Jelly Bean. HEX triplet: 3A, 7C and 9B. RGB value is (58,124,155). Sum of RGB (Red+Green+Blue) = 58+124+155=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A7C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7C9B is #C58364. Grayscale: #6B6B6B. Windows color (decimal): -12944229 or 10189882. OLE color: 10189882.

HSL color Cylindrical-coordinate representation of color #3A7C9B: hue angle of 199.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A7C9B is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58124155-
CMYK0.630.200.39
HSL199.18º45.54%41.76%-
HSV(B)199.18º62.58%60.78%-
XYZ14.8717.6833.64-
YUV107.8154.6392.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.21%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=17.21%
G=36.80%
B=45.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581241550.630.200.39199.1845.5441.76
Hex3A7C9B3F14027c72e2a
Octal7217423377240473075652
Binary11101011111001001101111111110100010011111000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,155); }

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

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

 a { background-color: rgb(58,124,155); }

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

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

 span { border-color: rgb(58,124,155); }

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