#383257

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

Shades of Jacarta #383257

Tints of Jacarta #383257

Color information

#383257 (or 0x383257) is unknown color: approx Jacarta. HEX triplet: 38, 32 and 57. RGB value is (56,50,87). Sum of RGB (Red+Green+Blue) = 56+50+87=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #383257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383257 is #C7CDA8. Grayscale: #373737. Windows color (decimal): -13094313 or 5714488. OLE color: 5714488.

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

Color convert

RGB565087-
CMYK0.360.4300.66
HSL249.73º27.01%26.86%-
HSV(B)249.73º42.53%34.12%-
XYZ4.493.819.52-
YUV56.01145.49127.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=29.02%
G=25.91%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5650870.360.4300.66249.7327.0126.86
Hex383257242B042fa1b1b
Octal7062127445301023723333
Binary111000110010101011110010010101101000010111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383257; }

 p { color: rgb(56,50,87); }

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

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

 a { background-color: rgb(56,50,87); }

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

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

 span { border-color: rgb(56,50,87); }

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