Html Css Color HEX #398290 Jelly Bean

📋 copy color: '#398290'

red 57 ◦ green 130 ◦ blue 144

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

Shades of Jelly Bean #398290

Tints of Jelly Bean #398290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

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

R = 17.22%
G = 39.27%
B = 43.5%

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

#398290 (or 0x398290) is known color: Jelly Bean. HEX triplet: 39, 82 and 90. RGB value is (57,130,144). Sum of RGB (Red+Green+Blue) = 57+130+144=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #398290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398290 is #C67D6F. Grayscale: #6D6D6D. Windows color (decimal): -13008240 or 9470521. OLE color: 9470521.

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

Color convert

RGB 57 130 144 -
CMYK 0.60 0.10 0 0.44
HSL 189.66º 0.43% 0.39% -
HSV(B) 189.66º 0.6% 0.56% -
XYZ 14.7 18.85 29.25 -
YUV 109.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 57 130 144 0.60 0.10 0 0.44 189.66 0.43 0.39
Hex 39 82 90 3C A 0 2C BE 2B 27
Octal 71 202 220 74 12 0 54 276 53 47
Binary 111001 10000010 10010000 111100 1010 0 101100 10111110 101011 100111

Color Harmonies of #398290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398290

Black with #398290

Text Example


Text Example

White with #398290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398290; }

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

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

background-color css

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

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

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

border-color css

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

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

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