#387a97

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

Shades of Jelly Bean #387A97

Tints of Jelly Bean #387A97

Color information

#387A97 (or 0x387A97) is unknown color: approx Jelly Bean. HEX triplet: 38, 7A and 97. RGB value is (56,122,151). Sum of RGB (Red+Green+Blue) = 56+122+151=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #387A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A97 is #C78568. Grayscale: #696969. Windows color (decimal): -13075817 or 9927224. OLE color: 9927224.

HSL color Cylindrical-coordinate representation of color #387A97: hue angle of 198.32º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387A97 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56122151-
CMYK0.630.1900.41
HSL198.32º45.89%40.59%-
HSV(B)198.32º62.91%59.22%-
XYZ14.1816.9931.81-
YUV105.57153.6392.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=17.02%
G=37.08%
B=45.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561221510.630.1900.41198.3245.8940.59
Hex387A973F13029c62e29
Octal7017222777230513065651
Binary11100011110101001011111111110011010100111000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387a97; }

 p { color: rgb(56,122,151); }

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

<style>
 a { background-color: #387a97; }

 a { background-color: rgb(56,122,151); }

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

<style>
 span { border-color: #387a97; }

 span { border-color: rgb(56,122,151); }

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