#397F90

Color #397F90 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #397F90

Tints of Jelly Bean #397F90

Color information

#397F90 (or 0x397F90) is unknown color: approx Jelly Bean. HEX triplet: 39, 7F and 90. RGB value is (57,127,144). Sum of RGB (Red+Green+Blue) = 57+127+144=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #397F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F90 is #C6806F. Grayscale: #6B6B6B. Windows color (decimal): -13009008 or 9469753. OLE color: 9469753.

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

Color convert

RGB57127144-
CMYK0.600.1200.44
HSL191.72º43.28%39.41%-
HSV(B)191.72º60.42%56.47%-
XYZ14.3118.0629.12-
YUV108.01148.3191.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=17.38%
G=38.72%
B=43.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571271440.600.1200.44191.7243.2839.41
Hex397F903CC02Cc02b27
Octal7117722074140543005347
Binary1110011111111100100001111001100010110011000000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397F90; }

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

 H1.HeaderClassName
 {
   color: #397F90;
 }
 .AnyTagClassName
 {
   color: #397F90;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #397F90;
 }
 .BgClassName
 {
   background-color: #397F90;
 }
</style>
border-color css

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

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

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