#387F96

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

Shades of Jelly Bean #387F96

Tints of Jelly Bean #387F96

Color information

#387F96 (or 0x387F96) is unknown color: approx Jelly Bean. HEX triplet: 38, 7F and 96. RGB value is (56,127,150). Sum of RGB (Red+Green+Blue) = 56+127+150=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #387F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F96 is #C78069. Grayscale: #6C6C6C. Windows color (decimal): -13074538 or 9862968. OLE color: 9862968.

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

Color convert

RGB56127150-
CMYK0.630.1500.41
HSL194.68º45.63%40.39%-
HSV(B)194.68º62.67%58.82%-
XYZ14.7318.2231.6-
YUV108.39151.4890.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=16.82%
G=38.14%
B=45.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561271500.630.1500.41194.6845.6340.39
Hex387F963FF029c32e28
Octal7017722677170513035650
Binary1110001111111100101101111111111010100111000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,127,150); }

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

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

 a { background-color: rgb(56,127,150); }

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

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

 span { border-color: rgb(56,127,150); }

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