#397A98

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

Shades of Jelly Bean #397A98

Tints of Jelly Bean #397A98

Color information

#397A98 (or 0x397A98) is unknown color: approx Jelly Bean. HEX triplet: 39, 7A and 98. RGB value is (57,122,152). Sum of RGB (Red+Green+Blue) = 57+122+152=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #397A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A98 is #C68567. Grayscale: #696969. Windows color (decimal): -13010280 or 9992761. OLE color: 9992761.

HSL color Cylindrical-coordinate representation of color #397A98: hue angle of 198.95º 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 #397A98 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57122152-
CMYK0.620.2000.40
HSL198.95º45.45%40.98%-
HSV(B)198.95º62.5%59.61%-
XYZ14.3117.0632.24-
YUV105.98153.9793.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=17.22%
G=36.86%
B=45.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571221520.620.2000.40198.9545.4540.98
Hex397A983E14028c72d29
Octal7117223076240503075551
Binary11100111110101001100011111010100010100011000111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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