#38295E

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

Shades of Jacarta #38295E

Tints of Jacarta #38295E

Color information

#38295E (or 0x38295E) is unknown color: approx Jacarta. HEX triplet: 38, 29 and 5E. RGB value is (56,41,94). Sum of RGB (Red+Green+Blue) = 56+41+94=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #38295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38295E is #C7D6A1. Grayscale: #333333. Windows color (decimal): -13096610 or 6170936. OLE color: 6170936.

HSL color Cylindrical-coordinate representation of color #38295E: hue angle of 256.98º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38295E is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB564194-
CMYK0.400.5600.63
HSL256.98º39.26%26.47%-
HSV(B)256.98º56.38%36.86%-
XYZ4.443.2310.98-
YUV51.53151.97131.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=29.32%
G=21.47%
B=49.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5641940.400.5600.63256.9839.2626.47
Hex38295E283803F101271a
Octal705113650700774014732
Binary1110001010011011110101000111000011111110000000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38295E; }

 p { color: rgb(56,41,94); }

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

<style>
 a { background-color: #38295E; }

 a { background-color: rgb(56,41,94); }

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

<style>
 span { border-color: #38295E; }

 span { border-color: rgb(56,41,94); }

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