Html Css Color HEX #387795 Jelly Bean

📋 copy color: '#387795'

red 56 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #387795

Tints of Jelly Bean #387795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 17.28%
G = 36.73%
B = 45.99%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387795 (or 0x387795) is known color: Jelly Bean. HEX triplet: 38, 77 and 95. RGB value is (56,119,149). Sum of RGB (Red+Green+Blue) = 56+119+149=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #387795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387795 is #C7886A. Grayscale: #676767. Windows color (decimal): -13076587 or 9795384. OLE color: 9795384.

HSL color Cylindrical-coordinate representation of color #387795: hue angle of 199.35º 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 #387795 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 119 149 -
CMYK 0.62 0.20 0 0.42
HSL 199.35º 0.45% 0.4% -
HSV(B) 199.35º 0.62% 0.58% -
XYZ 13.65 16.2 30.84 -
YUV 103.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 56 119 149 0.62 0.20 0 0.42 199.35 0.45 0.4
Hex 38 77 95 3E 14 0 2A C7 2D 28
Octal 70 167 225 76 24 0 52 307 55 50
Binary 111000 1110111 10010101 111110 10100 0 101010 11000111 101101 101000

Color Harmonies of #387795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387795

Black with #387795

Text Example


Text Example

White with #387795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387795; }

 p { color: rgb(56,119,149); }

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

background-color css

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

 a { background-color: rgb(56,119,149); }

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

border-color css

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

 span { border-color: rgb(56,119,149); }

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