Html Css Color HEX #388291 Jelly Bean

📋 copy color: '#388291'

red 56 ◦ green 130 ◦ blue 145

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

Shades of Jelly Bean #388291

Tints of Jelly Bean #388291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 16.92%
G = 39.27%
B = 43.81%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388291 (or 0x388291) is known color: Jelly Bean. HEX triplet: 38, 82 and 91. RGB value is (56,130,145). Sum of RGB (Red+Green+Blue) = 56+130+145=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #388291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388291 is #C77D6E. Grayscale: #6D6D6D. Windows color (decimal): -13073775 or 9536056. OLE color: 9536056.

HSL color Cylindrical-coordinate representation of color #388291: hue angle of 190.11º 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 #388291 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 130 145 -
CMYK 0.61 0.10 0 0.43
HSL 190.11º 0.44% 0.39% -
HSV(B) 190.11º 0.61% 0.57% -
XYZ 14.72 18.85 29.65 -
YUV 109.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 56 130 145 0.61 0.10 0 0.43 190.11 0.44 0.39
Hex 38 82 91 3D A 0 2B BE 2C 27
Octal 70 202 221 75 12 0 53 276 54 47
Binary 111000 10000010 10010001 111101 1010 0 101011 10111110 101100 100111

Color Harmonies of #388291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388291

Black with #388291

Text Example


Text Example

White with #388291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388291; }

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

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

background-color css

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

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

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

border-color css

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

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

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