#387A8E

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

Shades of Jelly Bean #387A8E

Tints of Jelly Bean #387A8E

Color information

#387A8E (or 0x387A8E) is unknown color: approx Jelly Bean. HEX triplet: 38, 7A and 8E. RGB value is (56,122,142). Sum of RGB (Red+Green+Blue) = 56+122+142=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #387A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A8E is #C78571. Grayscale: #686868. Windows color (decimal): -13075826 or 9337400. OLE color: 9337400.

HSL color Cylindrical-coordinate representation of color #387A8E: hue angle of 193.95º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387A8E is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56122142-
CMYK0.610.1400.44
HSL193.95º43.43%38.82%-
HSV(B)193.95º60.56%55.69%-
XYZ13.4716.7128.11-
YUV104.55149.1393.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=17.5%
G=38.12%
B=44.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561221420.610.1400.44193.9543.4338.82
Hex387A8E3DE02Cc22b27
Octal7017221675160543025347
Binary1110001111010100011101111011110010110011000010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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