Html Css Color HEX #387F9C Jelly Bean

📋 copy color: '#387F9C'

red 56 ◦ green 127 ◦ blue 156

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

Shades of Jelly Bean #387F9C

Tints of Jelly Bean #387F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 16.52%
G = 37.46%
B = 46.02%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#387F9C (or 0x387F9C) is known color: Jelly Bean. HEX triplet: 38, 7F and 9C. RGB value is (56,127,156). Sum of RGB (Red+Green+Blue) = 56+127+156=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #387F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F9C is #C78063. Grayscale: #6C6C6C. Windows color (decimal): -13074532 or 10256184. OLE color: 10256184.

HSL color Cylindrical-coordinate representation of color #387F9C: hue angle of 197.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387F9C is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 127 156 -
CMYK 0.64 0.19 0 0.39
HSL 197.4º 0.47% 0.42% -
HSV(B) 197.4º 0.64% 0.61% -
XYZ 15.22 18.42 34.21 -
YUV 109.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 56 127 156 0.64 0.19 0 0.39 197.4 0.47 0.42
Hex 38 7F 9C 40 13 0 27 C5 2F 2A
Octal 70 177 234 100 23 0 47 305 57 52
Binary 111000 1111111 10011100 1000000 10011 0 100111 11000101 101111 101010

Color Harmonies of #387F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F9C

Black with #387F9C

Text Example


Text Example

White with #387F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #387F9C;
 }
 .AnyTagClassName
 {
   color: #387F9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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