#383358

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

Shades of Jacarta #383358

Tints of Jacarta #383358

Color information

#383358 (or 0x383358) is unknown color: approx Jacarta. HEX triplet: 38, 33 and 58. RGB value is (56,51,88). Sum of RGB (Red+Green+Blue) = 56+51+88=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #383358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383358 is #C7CCA7. Grayscale: #383838. Windows color (decimal): -13094056 or 5780280. OLE color: 5780280.

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

Color convert

RGB565188-
CMYK0.360.4200.65
HSL248.11º26.62%27.25%-
HSV(B)248.11º42.05%34.51%-
XYZ4.583.919.75-
YUV56.71145.66127.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=28.72%
G=26.15%
B=45.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5651880.360.4200.65248.1126.6227.25
Hex383358242A041f81b1b
Octal7063130445201013703333
Binary111000110011101100010010010101001000001111110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383358; }

 p { color: rgb(56,51,88); }

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

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

 a { background-color: rgb(56,51,88); }

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

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

 span { border-color: rgb(56,51,88); }

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