#383060

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

Shades of Jacarta #383060

Tints of Jacarta #383060

Color information

#383060 (or 0x383060) is unknown color: approx Jacarta. HEX triplet: 38, 30 and 60. RGB value is (56,48,96). Sum of RGB (Red+Green+Blue) = 56+48+96=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #383060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383060 is #C7CF9F. Grayscale: #373737. Windows color (decimal): -13094816 or 6303800. OLE color: 6303800.

HSL color Cylindrical-coordinate representation of color #383060: hue angle of 250º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383060 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB564896-
CMYK0.420.5000.62
HSL250º33.33%28.24%-
HSV(B)250º50%37.65%-
XYZ4.83.811.55-
YUV55.86150.65128.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 96 (37.89% from 255) = 48%
R=28%
G=24%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5648960.420.5000.6225033.3328.24
Hex3830602A3203Efa211c
Octal706014052620763724134
Binary111000110000110000010101011001001111101111101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383060; }

 p { color: rgb(56,48,96); }

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

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

 a { background-color: rgb(56,48,96); }

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

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

 span { border-color: rgb(56,48,96); }

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