#383059

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

Shades of Jacarta #383059

Tints of Jacarta #383059

Color information

#383059 (or 0x383059) is unknown color: approx Jacarta. HEX triplet: 38, 30 and 59. RGB value is (56,48,89). Sum of RGB (Red+Green+Blue) = 56+48+89=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #383059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383059 is #C7CFA6. Grayscale: #363636. Windows color (decimal): -13094823 or 5845048. OLE color: 5845048.

HSL color Cylindrical-coordinate representation of color #383059: hue angle of 251.71º 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 #383059 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564889-
CMYK0.370.4600.65
HSL251.71º29.93%26.86%-
HSV(B)251.71º46.07%34.9%-
XYZ4.493.689.92-
YUV55.07147.15128.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=29.02%
G=24.87%
B=46.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5648890.370.4600.65251.7129.9326.86
Hex383059252E041fc1e1b
Octal7060131455601013743633
Binary111000110000101100110010110111001000001111111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383059; }

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

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

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

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

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

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

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

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