Html Css Color HEX #388091 Jelly Bean

📋 copy color: '#388091'

red 56 ◦ green 128 ◦ blue 145

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

Shades of Jelly Bean #388091

Tints of Jelly Bean #388091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 17.02%
G = 38.91%
B = 44.07%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388091 (or 0x388091) is known color: Jelly Bean. HEX triplet: 38, 80 and 91. RGB value is (56,128,145). Sum of RGB (Red+Green+Blue) = 56+128+145=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #388091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388091 is #C77F6E. Grayscale: #6C6C6C. Windows color (decimal): -13074287 or 9535544. OLE color: 9535544.

HSL color Cylindrical-coordinate representation of color #388091: hue angle of 191.46º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388091 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 128 145 -
CMYK 0.61 0.12 0 0.43
HSL 191.46º 0.44% 0.39% -
HSV(B) 191.46º 0.61% 0.57% -
XYZ 14.46 18.32 29.56 -
YUV 108.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 56 128 145 0.61 0.12 0 0.43 191.46 0.44 0.39
Hex 38 80 91 3D C 0 2B BF 2C 27
Octal 70 200 221 75 14 0 53 277 54 47
Binary 111000 10000000 10010001 111101 1100 0 101011 10111111 101100 100111

Color Harmonies of #388091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388091

Black with #388091

Text Example


Text Example

White with #388091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388091; }

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

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

background-color css

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

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

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

border-color css

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

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

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