Html Css Color HEX #388096 Jelly Bean

📋 copy color: '#388096'

red 56 ◦ green 128 ◦ blue 150

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

Shades of Jelly Bean #388096

Tints of Jelly Bean #388096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 16.77%
G = 38.32%
B = 44.91%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#388096 (or 0x388096) is known color: Jelly Bean. HEX triplet: 38, 80 and 96. RGB value is (56,128,150). Sum of RGB (Red+Green+Blue) = 56+128+150=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #388096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388096 is #C77F69. Grayscale: #6C6C6C. Windows color (decimal): -13074282 or 9863224. OLE color: 9863224.

HSL color Cylindrical-coordinate representation of color #388096: hue angle of 194.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388096 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 128 150 -
CMYK 0.63 0.15 0 0.41
HSL 194.04º 0.46% 0.4% -
HSV(B) 194.04º 0.63% 0.59% -
XYZ 14.86 18.48 31.64 -
YUV 108.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 56 128 150 0.63 0.15 0 0.41 194.04 0.46 0.4
Hex 38 80 96 3F F 0 29 C2 2E 28
Octal 70 200 226 77 17 0 51 302 56 50
Binary 111000 10000000 10010110 111111 1111 0 101001 11000010 101110 101000

Color Harmonies of #388096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388096

Black with #388096

Text Example


Text Example

White with #388096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388096; }

 p { color: rgb(56,128,150); }

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

background-color css

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

 a { background-color: rgb(56,128,150); }

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

border-color css

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

 span { border-color: rgb(56,128,150); }

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