#383259

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

Shades of Jacarta #383259

Tints of Jacarta #383259

Color information

#383259 (or 0x383259) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 59. RGB value is (56,50,89). Sum of RGB (Red+Green+Blue) = 56+50+89=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #383259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383259 is #C7CDA6. Grayscale: #383838. Windows color (decimal): -13094311 or 5845560. OLE color: 5845560.

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

Color convert

RGB565089-
CMYK0.370.4400.65
HSL249.23º28.06%27.25%-
HSV(B)249.23º43.82%34.9%-
XYZ4.573.849.95-
YUV56.24146.49127.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=28.72%
G=25.64%
B=45.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5650890.370.4400.65249.2328.0627.25
Hex383259252C041f91c1b
Octal7062131455401013713433
Binary111000110010101100110010110110001000001111110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383259; }

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

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

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

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

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

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

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

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