Html Css Color HEX #388099 Jelly Bean

📋 copy color: '#388099'

red 56 ◦ green 128 ◦ blue 153

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

Shades of Jelly Bean #388099

Tints of Jelly Bean #388099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 16.62%
G = 37.98%
B = 45.4%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#388099 (or 0x388099) is known color: Jelly Bean. HEX triplet: 38, 80 and 99. RGB value is (56,128,153). Sum of RGB (Red+Green+Blue) = 56+128+153=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #388099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388099 is #C77F66. Grayscale: #6D6D6D. Windows color (decimal): -13074279 or 10059832. OLE color: 10059832.

HSL color Cylindrical-coordinate representation of color #388099: hue angle of 195.46º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388099 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 128 153 -
CMYK 0.63 0.16 0 0.4
HSL 195.46º 0.46% 0.41% -
HSV(B) 195.46º 0.63% 0.6% -
XYZ 15.1 18.58 32.93 -
YUV 109.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 56 128 153 0.63 0.16 0 0.4 195.46 0.46 0.41
Hex 38 80 99 3F 10 0 28 C3 2E 29
Octal 70 200 231 77 20 0 50 303 56 51
Binary 111000 10000000 10011001 111111 10000 0 101000 11000011 101110 101001

Color Harmonies of #388099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388099

Black with #388099

Text Example


Text Example

White with #388099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388099; }

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

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

background-color css

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

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

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

border-color css

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

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

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