#38325D

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

Shades of Jacarta #38325D

Tints of Jacarta #38325D

Color information

#38325D (or 0x38325D) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 5D. RGB value is (56,50,93). Sum of RGB (Red+Green+Blue) = 56+50+93=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #38325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325D is #C7CDA2. Grayscale: #383838. Windows color (decimal): -13094307 or 6107704. OLE color: 6107704.

HSL color Cylindrical-coordinate representation of color #38325D: hue angle of 248.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38325D is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565093-
CMYK0.400.4600.64
HSL248.37º30.07%28.04%-
HSV(B)248.37º46.24%36.47%-
XYZ4.753.9110.86-
YUV56.7148.49127.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=28.14%
G=25.13%
B=46.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5650930.400.4600.64248.3730.0728.04
Hex38325D282E040f81e1c
Octal7062135505601003703634
Binary111000110010101110110100010111001000000111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38325D; }

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

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

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

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

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

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

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

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