#38325C

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

Shades of Jacarta #38325C

Tints of Jacarta #38325C

Color information

#38325C (or 0x38325C) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 5C. RGB value is (56,50,92). Sum of RGB (Red+Green+Blue) = 56+50+92=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #38325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325C is #C7CDA3. Grayscale: #383838. Windows color (decimal): -13094308 or 6042168. OLE color: 6042168.

HSL color Cylindrical-coordinate representation of color #38325C: hue angle of 248.57º 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 #38325C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565092-
CMYK0.390.4600.64
HSL248.57º29.58%27.84%-
HSV(B)248.57º45.65%36.08%-
XYZ4.73.8910.63-
YUV56.58147.99127.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=28.28%
G=25.25%
B=46.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5650920.390.4600.64248.5729.5827.84
Hex38325C272E040f91e1c
Octal7062134475601003713634
Binary111000110010101110010011110111001000000111110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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