#397F98

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

Shades of Jelly Bean #397F98

Tints of Jelly Bean #397F98

Color information

#397F98 (or 0x397F98) is unknown color: approx Jelly Bean. HEX triplet: 39, 7F and 98. RGB value is (57,127,152). Sum of RGB (Red+Green+Blue) = 57+127+152=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #397F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F98 is #C68067. Grayscale: #6C6C6C. Windows color (decimal): -13009000 or 9994041. OLE color: 9994041.

HSL color Cylindrical-coordinate representation of color #397F98: hue angle of 195.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397F98 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57127152-
CMYK0.620.1600.40
HSL195.79º45.45%40.98%-
HSV(B)195.79º62.5%59.61%-
XYZ14.9418.3232.45-
YUV108.92152.3190.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=16.96%
G=37.80%
B=45.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571271520.620.1600.40195.7945.4540.98
Hex397F983E10028c42d29
Octal7117723076200503045551
Binary11100111111111001100011111010000010100011000100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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