Html Css Color HEX #398190 Jelly Bean

📋 copy color: '#398190'

red 57 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #398190

Tints of Jelly Bean #398190

RGB

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

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

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

R = 17.27%
G = 39.09%
B = 43.64%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#398190 (or 0x398190) is known color: Jelly Bean. HEX triplet: 39, 81 and 90. RGB value is (57,129,144). Sum of RGB (Red+Green+Blue) = 57+129+144=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 129 (50.78% from 255 or 39.09% 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 #398190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398190 is #C67E6F. Grayscale: #6D6D6D. Windows color (decimal): -13008496 or 9470265. OLE color: 9470265.

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

Color convert

RGB 57 129 144 -
CMYK 0.60 0.10 0 0.44
HSL 190.34º 0.43% 0.39% -
HSV(B) 190.34º 0.6% 0.56% -
XYZ 14.57 18.58 29.2 -
YUV 109.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 57 129 144 0.60 0.10 0 0.44 190.34 0.43 0.39
Hex 39 81 90 3C A 0 2C BE 2B 27
Octal 71 201 220 74 12 0 54 276 53 47
Binary 111001 10000001 10010000 111100 1010 0 101100 10111110 101011 100111

Color Harmonies of #398190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398190

Black with #398190

Text Example


Text Example

White with #398190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398190; }

 p { color: rgb(57,129,144); }

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

background-color css

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

 a { background-color: rgb(57,129,144); }

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

border-color css

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

 span { border-color: rgb(57,129,144); }

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