#382B5C

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

Shades of Jacarta #382B5C

Tints of Jacarta #382B5C

Color information

#382B5C (or 0x382B5C) is unknown color: approx Jacarta. HEX triplet: 38, 2B and 5C. RGB value is (56,43,92). Sum of RGB (Red+Green+Blue) = 56+43+92=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #382B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B5C is #C7D4A3. Grayscale: #343434. Windows color (decimal): -13096100 or 6040376. OLE color: 6040376.

HSL color Cylindrical-coordinate representation of color #382B5C: hue angle of 255.92º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382B5C is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB564392-
CMYK0.390.5300.64
HSL255.92º36.3%26.47%-
HSV(B)255.92º53.26%36.08%-
XYZ4.433.3410.54-
YUV52.47150.31130.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=29.32%
G=22.51%
B=48.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5643920.390.5300.64255.9236.326.47
Hex382B5C2735040100241a
Octal7053134476501004004432
Binary11100010101110111001001111101010100000010000000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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