#383459

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

Shades of Jacarta #383459

Tints of Jacarta #383459

Color information

#383459 (or 0x383459) is unknown color: approx Jacarta. HEX triplet: 38, 34 and 59. RGB value is (56,52,89). Sum of RGB (Red+Green+Blue) = 56+52+89=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #383459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383459 is #C7CBA6. Grayscale: #393939. Windows color (decimal): -13093799 or 5846072. OLE color: 5846072.

HSL color Cylindrical-coordinate representation of color #383459: hue angle of 246.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #383459 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB565289-
CMYK0.370.4200.65
HSL246.49º26.24%27.65%-
HSV(B)246.49º41.57%34.9%-
XYZ4.664.029.98-
YUV57.41145.83126.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=28.43%
G=26.40%
B=45.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5652890.370.4200.65246.4926.2427.65
Hex383459252A041f61a1c
Octal7064131455201013663234
Binary111000110100101100110010110101001000001111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383459; }

 p { color: rgb(56,52,89); }

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

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

 a { background-color: rgb(56,52,89); }

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

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

 span { border-color: rgb(56,52,89); }

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