#373059

Color #373059 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #373059

Tints of Jacarta #373059

Color information

#373059 (or 0x373059) is unknown color: approx Jacarta. HEX triplet: 37, 30 and 59. RGB value is (55,48,89). Sum of RGB (Red+Green+Blue) = 55+48+89=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #373059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373059 is #C8CFA6. Grayscale: #363636. Windows color (decimal): -13160359 or 5845047. OLE color: 5845047.

HSL color Cylindrical-coordinate representation of color #373059: hue angle of 250.24º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373059 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB554889-
CMYK0.380.4600.65
HSL250.24º29.93%26.86%-
HSV(B)250.24º46.07%34.9%-
XYZ4.443.659.92-
YUV54.77147.32128.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=28.65%
G=25%
B=46.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5548890.380.4600.65250.2429.9326.86
Hex373059262E041fa1e1b
Octal6760131465601013723633
Binary110111110000101100110011010111001000001111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373059; }

 p { color: rgb(55,48,89); }

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

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

 a { background-color: rgb(55,48,89); }

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

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

 span { border-color: rgb(55,48,89); }

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