Html Css Color HEX #387A8E Jelly Bean

📋 copy color: '#387A8E'

red 56 ◦ green 122 ◦ blue 142

#387A8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #387A8E

Tints of Jelly Bean #387A8E

RGB

 RED value IS 56 (22.27% from 255) = 17.5%

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 17.5%
G = 38.13%
B = 44.38%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#387A8E (or 0x387A8E) is known color: 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

RGB 56 122 142 -
CMYK 0.61 0.14 0 0.44
HSL 193.95º 0.43% 0.39% -
HSV(B) 193.95º 0.61% 0.56% -
XYZ 13.47 16.71 28.11 -
YUV 104.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 56 122 142 0.61 0.14 0 0.44 193.95 0.43 0.39
Hex 38 7A 8E 3D E 0 2C C2 2B 27
Octal 70 172 216 75 16 0 54 302 53 47
Binary 111000 1111010 10001110 111101 1110 0 101100 11000010 101011 100111

Color Harmonies of #387A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A8E

Black with #387A8E

Text Example


Text Example

White with #387A8E

Text Example


Text Example

HTML Codes & Css Web 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>