#38325A

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

Shades of Jacarta #38325A

Tints of Jacarta #38325A

Color information

#38325A (or 0x38325A) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 5A. RGB value is (56,50,90). Sum of RGB (Red+Green+Blue) = 56+50+90=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #38325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38325A is #C7CDA5. Grayscale: #383838. Windows color (decimal): -13094310 or 5911096. OLE color: 5911096.

HSL color Cylindrical-coordinate representation of color #38325A: hue angle of 249º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38325A is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB565090-
CMYK0.380.4400.65
HSL249º28.57%27.45%-
HSV(B)249º44.44%35.29%-
XYZ4.623.8610.17-
YUV56.35146.99127.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=28.57%
G=25.51%
B=45.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5650900.380.4400.6524928.5727.45
Hex38325A262C041f91d1b
Octal7062132465401013713533
Binary111000110010101101010011010110001000001111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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