#383456

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

Shades of Jacarta #383456

Tints of Jacarta #383456

Color information

#383456 (or 0x383456) is unknown color: approx Jacarta. HEX triplet: 38, 34 and 56. RGB value is (56,52,86). Sum of RGB (Red+Green+Blue) = 56+52+86=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #383456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383456 is #C7CBA9. Grayscale: #383838. Windows color (decimal): -13093802 or 5649464. OLE color: 5649464.

HSL color Cylindrical-coordinate representation of color #383456: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #383456 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB565286-
CMYK0.350.4000.66
HSL247.06º24.64%27.06%-
HSV(B)247.06º39.53%33.73%-
XYZ4.543.979.33-
YUV57.07144.33127.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=28.87%
G=26.80%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5652860.350.4000.66247.0624.6427.06
Hex3834562328042f7191b
Octal7064126435001023673133
Binary111000110100101011010001110100001000010111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383456; }

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

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

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

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

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

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

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

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