#38325B

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

Shades of Jacarta #38325B

Tints of Jacarta #38325B

Color information

#38325B (or 0x38325B) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 5B. RGB value is (56,50,91). Sum of RGB (Red+Green+Blue) = 56+50+91=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #38325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325B is #C7CDA4. Grayscale: #383838. Windows color (decimal): -13094309 or 5976632. OLE color: 5976632.

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

Color convert

RGB565091-
CMYK0.380.4500.64
HSL248.78º29.08%27.65%-
HSV(B)248.78º45.05%35.69%-
XYZ4.663.8810.4-
YUV56.47147.49127.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=28.43%
G=25.38%
B=46.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5650910.380.4500.64248.7829.0827.65
Hex38325B262D040f91d1c
Octal7062133465501003713534
Binary111000110010101101110011010110101000000111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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