#382B5D

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

Shades of Jacarta #382B5D

Tints of Jacarta #382B5D

Color information

#382B5D (or 0x382B5D) is unknown color: approx Jacarta. HEX triplet: 38, 2B and 5D. RGB value is (56,43,93). Sum of RGB (Red+Green+Blue) = 56+43+93=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #382B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B5D is #C7D4A2. Grayscale: #343434. Windows color (decimal): -13096099 or 6105912. OLE color: 6105912.

HSL color Cylindrical-coordinate representation of color #382B5D: hue angle of 255.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382B5D is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB564393-
CMYK0.400.5400.64
HSL255.6º36.76%26.67%-
HSV(B)255.6º53.76%36.47%-
XYZ4.473.3610.77-
YUV52.59150.81130.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=29.17%
G=22.40%
B=48.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5643930.400.5400.64255.636.7626.67
Hex382B5D2836040100251b
Octal7053135506601004004533
Binary11100010101110111011010001101100100000010000000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382B5D; }

 p { color: rgb(56,43,93); }

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

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

 a { background-color: rgb(56,43,93); }

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

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

 span { border-color: rgb(56,43,93); }

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