Html Css Color HEX #387A97 Jelly Bean

📋 copy color: '#387A97'

red 56 ◦ green 122 ◦ blue 151

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

Shades of Jelly Bean #387A97

Tints of Jelly Bean #387A97

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.9%

R = 17.02%
G = 37.08%
B = 45.9%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 56 122 151 -
CMYK 0.63 0.19 0 0.41
HSL 198.32º 0.46% 0.41% -
HSV(B) 198.32º 0.63% 0.59% -
XYZ 14.18 16.99 31.81 -
YUV 105.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 56 122 151 0.63 0.19 0 0.41 198.32 0.46 0.41
Hex 38 7A 97 3F 13 0 29 C6 2E 29
Octal 70 172 227 77 23 0 51 306 56 51
Binary 111000 1111010 10010111 111111 10011 0 101001 11000110 101110 101001

Color Harmonies of #387A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A97

Black with #387A97

Text Example


Text Example

White with #387A97

Text Example


Text Example

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