Html Css Color HEX #398090 Jelly Bean

📋 copy color: '#398090'

red 57 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #398090

Tints of Jelly Bean #398090

RGB

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

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

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

R = 17.33%
G = 38.91%
B = 43.77%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#398090 (or 0x398090) is known color: Jelly Bean. HEX triplet: 39, 80 and 90. RGB value is (57,128,144). Sum of RGB (Red+Green+Blue) = 57+128+144=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #398090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398090 is #C67F6F. Grayscale: #6C6C6C. Windows color (decimal): -13008752 or 9470009. OLE color: 9470009.

HSL color Cylindrical-coordinate representation of color #398090: hue angle of 191.03º 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 #398090 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 128 144 -
CMYK 0.60 0.11 0 0.44
HSL 191.03º 0.43% 0.39% -
HSV(B) 191.03º 0.6% 0.56% -
XYZ 14.44 18.32 29.16 -
YUV 108.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 57 128 144 0.60 0.11 0 0.44 191.03 0.43 0.39
Hex 39 80 90 3C B 0 2C BF 2B 27
Octal 71 200 220 74 13 0 54 277 53 47
Binary 111001 10000000 10010000 111100 1011 0 101100 10111111 101011 100111

Color Harmonies of #398090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398090

Black with #398090

Text Example


Text Example

White with #398090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398090; }

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

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

background-color css

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

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

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

border-color css

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

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

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