#382A60

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

Shades of Jacarta #382A60

Tints of Jacarta #382A60

Color information

#382A60 (or 0x382A60) is unknown color: approx Jacarta. HEX triplet: 38, 2A and 60. RGB value is (56,42,96). Sum of RGB (Red+Green+Blue) = 56+42+96=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #382A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A60 is #C7D59F. Grayscale: #343434. Windows color (decimal): -13096352 or 6302264. OLE color: 6302264.

HSL color Cylindrical-coordinate representation of color #382A60: hue angle of 255.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #382A60 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564296-
CMYK0.420.5600.62
HSL255.56º39.13%27.06%-
HSV(B)255.56º56.25%37.65%-
XYZ4.573.3411.47-
YUV52.34152.64130.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=28.87%
G=21.65%
B=49.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5642960.420.5600.62255.5639.1327.06
Hex382A602A3803E100271b
Octal705214052700764004733
Binary1110001010101100000101010111000011111010000000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,42,96); }

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

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

 a { background-color: rgb(56,42,96); }

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

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

 span { border-color: rgb(56,42,96); }

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