Html Css Color HEX #387993 Jelly Bean

📋 copy color: '#387993'

red 56 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #387993

Tints of Jelly Bean #387993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 17.28%
G = 37.35%
B = 45.37%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387993 (or 0x387993) is known color: Jelly Bean. HEX triplet: 38, 79 and 93. RGB value is (56,121,147). Sum of RGB (Red+Green+Blue) = 56+121+147=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #387993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387993 is #C7866C. Grayscale: #686868. Windows color (decimal): -13076077 or 9664824. OLE color: 9664824.

HSL color Cylindrical-coordinate representation of color #387993: hue angle of 197.14º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387993 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 121 147 -
CMYK 0.62 0.18 0 0.42
HSL 197.14º 0.45% 0.4% -
HSV(B) 197.14º 0.62% 0.58% -
XYZ 13.73 16.62 30.09 -
YUV 104.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 56 121 147 0.62 0.18 0 0.42 197.14 0.45 0.4
Hex 38 79 93 3E 12 0 2A C5 2D 28
Octal 70 171 223 76 22 0 52 305 55 50
Binary 111000 1111001 10010011 111110 10010 0 101010 11000101 101101 101000

Color Harmonies of #387993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387993

Black with #387993

Text Example


Text Example

White with #387993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387993; }

 p { color: rgb(56,121,147); }

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

background-color css

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

 a { background-color: rgb(56,121,147); }

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

border-color css

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

 span { border-color: rgb(56,121,147); }

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