Html Css Color HEX #387F8C Jelly Bean

📋 copy color: '#387F8C'

red 56 ◦ green 127 ◦ blue 140

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

Shades of Jelly Bean #387F8C

Tints of Jelly Bean #387F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 17.34%
G = 39.32%
B = 43.34%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#387F8C (or 0x387F8C) is known color: Jelly Bean. HEX triplet: 38, 7F and 8C. RGB value is (56,127,140). Sum of RGB (Red+Green+Blue) = 56+127+140=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #387F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F8C is #C78073. Grayscale: #6B6B6B. Windows color (decimal): -13074548 or 9207608. OLE color: 9207608.

HSL color Cylindrical-coordinate representation of color #387F8C: hue angle of 189.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387F8C is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 127 140 -
CMYK 0.6 0.09 0 0.45
HSL 189.29º 0.43% 0.38% -
HSV(B) 189.29º 0.6% 0.55% -
XYZ 13.95 17.91 27.53 -
YUV 107.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 56 127 140 0.6 0.09 0 0.45 189.29 0.43 0.38
Hex 38 7F 8C 3C 9 0 2D BD 2B 26
Octal 70 177 214 74 11 0 55 275 53 46
Binary 111000 1111111 10001100 111100 1001 0 101101 10111101 101011 100110

Color Harmonies of #387F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F8C

Black with #387F8C

Text Example


Text Example

White with #387F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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