Html Css Color HEX #398099 Jelly Bean

📋 copy color: '#398099'

red 57 ◦ green 128 ◦ blue 153

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

Shades of Jelly Bean #398099

Tints of Jelly Bean #398099

RGB

 RED value IS 57 (22.66% from 255) = 16.86%

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

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

R = 16.86%
G = 37.87%
B = 45.27%

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

#398099 (or 0x398099) is known color: Jelly Bean. HEX triplet: 39, 80 and 99. RGB value is (57,128,153). Sum of RGB (Red+Green+Blue) = 57+128+153=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #398099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398099 is #C67F66. Grayscale: #6D6D6D. Windows color (decimal): -13008743 or 10059833. OLE color: 10059833.

HSL color Cylindrical-coordinate representation of color #398099: hue angle of 195.62º 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 #398099 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 128 153 -
CMYK 0.63 0.16 0 0.4
HSL 195.63º 0.46% 0.41% -
HSV(B) 195.63º 0.63% 0.6% -
XYZ 15.16 18.61 32.93 -
YUV 109.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 57 128 153 0.63 0.16 0 0.4 195.63 0.46 0.41
Hex 39 80 99 3F 10 0 28 C4 2E 29
Octal 71 200 231 77 20 0 50 304 56 51
Binary 111001 10000000 10011001 111111 10000 0 101000 11000100 101110 101001

Color Harmonies of #398099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398099

Black with #398099

Text Example


Text Example

White with #398099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398099; }

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

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

background-color css

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

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

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

border-color css

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

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

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