Html Css Color HEX #388294 Jelly Bean

📋 copy color: '#388294'

red 56 ◦ green 130 ◦ blue 148

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

Shades of Jelly Bean #388294

Tints of Jelly Bean #388294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 16.77%
G = 38.92%
B = 44.31%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388294 (or 0x388294) is known color: Jelly Bean. HEX triplet: 38, 82 and 94. RGB value is (56,130,148). Sum of RGB (Red+Green+Blue) = 56+130+148=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #388294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388294 is #C77D6B. Grayscale: #6D6D6D. Windows color (decimal): -13073772 or 9732664. OLE color: 9732664.

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

Color convert

RGB 56 130 148 -
CMYK 0.62 0.12 0 0.42
HSL 191.74º 0.45% 0.4% -
HSV(B) 191.74º 0.62% 0.58% -
XYZ 14.96 18.94 30.89 -
YUV 109.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 56 130 148 0.62 0.12 0 0.42 191.74 0.45 0.4
Hex 38 82 94 3E C 0 2A C0 2D 28
Octal 70 202 224 76 14 0 52 300 55 50
Binary 111000 10000010 10010100 111110 1100 0 101010 11000000 101101 101000

Color Harmonies of #388294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388294

Black with #388294

Text Example


Text Example

White with #388294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388294; }

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

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

background-color css

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

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

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

border-color css

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

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

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