Html Css Color HEX #388290 Jelly Bean

📋 copy color: '#388290'

red 56 ◦ green 130 ◦ blue 144

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

Shades of Jelly Bean #388290

Tints of Jelly Bean #388290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 16.97%
G = 39.39%
B = 43.64%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#388290 (or 0x388290) is known color: Jelly Bean. HEX triplet: 38, 82 and 90. RGB value is (56,130,144). Sum of RGB (Red+Green+Blue) = 56+130+144=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #388290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388290 is #C77D6F. Grayscale: #6D6D6D. Windows color (decimal): -13073776 or 9470520. OLE color: 9470520.

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

Color convert

RGB 56 130 144 -
CMYK 0.61 0.10 0 0.44
HSL 189.55º 0.44% 0.39% -
HSV(B) 189.55º 0.61% 0.56% -
XYZ 14.65 18.82 29.25 -
YUV 109.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 56 130 144 0.61 0.10 0 0.44 189.55 0.44 0.39
Hex 38 82 90 3D A 0 2C BE 2C 27
Octal 70 202 220 75 12 0 54 276 54 47
Binary 111000 10000010 10010000 111101 1010 0 101100 10111110 101100 100111

Color Harmonies of #388290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388290

Black with #388290

Text Example


Text Example

White with #388290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388290; }

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

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

background-color css

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

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

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

border-color css

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

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

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