Html Css Color HEX #388195 Jelly Bean

📋 copy color: '#388195'

red 56 ◦ green 129 ◦ blue 149

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

Shades of Jelly Bean #388195

Tints of Jelly Bean #388195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 16.77%
G = 38.62%
B = 44.61%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388195 (or 0x388195) is known color: Jelly Bean. HEX triplet: 38, 81 and 95. RGB value is (56,129,149). Sum of RGB (Red+Green+Blue) = 56+129+149=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #388195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388195 is #C77E6A. Grayscale: #6D6D6D. Windows color (decimal): -13074027 or 9797944. OLE color: 9797944.

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

Color convert

RGB 56 129 149 -
CMYK 0.62 0.13 0 0.42
HSL 192.9º 0.45% 0.4% -
HSV(B) 192.9º 0.62% 0.58% -
XYZ 14.91 18.71 31.26 -
YUV 109.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 56 129 149 0.62 0.13 0 0.42 192.9 0.45 0.4
Hex 38 81 95 3E D 0 2A C1 2D 28
Octal 70 201 225 76 15 0 52 301 55 50
Binary 111000 10000001 10010101 111110 1101 0 101010 11000001 101101 101000

Color Harmonies of #388195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388195

Black with #388195

Text Example


Text Example

White with #388195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388195; }

 p { color: rgb(56,129,149); }

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

background-color css

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

 a { background-color: rgb(56,129,149); }

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

border-color css

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

 span { border-color: rgb(56,129,149); }

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