#392A62

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

Shades of Jacarta #392A62

Tints of Jacarta #392A62

Color information

#392A62 (or 0x392A62) is unknown color: approx Jacarta. HEX triplet: 39, 2A and 62. RGB value is (57,42,98). Sum of RGB (Red+Green+Blue) = 57+42+98=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #392A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A62 is #C6D59D. Grayscale: #343434. Windows color (decimal): -13030814 or 6433337. OLE color: 6433337.

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

Color convert

RGB574298-
CMYK0.420.5700.62
HSL256.07º40%27.45%-
HSV(B)256.07º57.14%38.43%-
XYZ4.723.4111.96-
YUV52.87153.47130.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 42 (16.80% from 255) = 21.32%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=28.93%
G=21.32%
B=49.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5742980.420.5700.62256.074027.45
Hex392A622A3903E100281b
Octal715214252710764005033
Binary1110011010101100010101010111001011111010000000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A62; }

 p { color: rgb(57,42,98); }

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

<style>
 a { background-color: #392A62; }

 a { background-color: rgb(57,42,98); }

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

<style>
 span { border-color: #392A62; }

 span { border-color: rgb(57,42,98); }

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